diff --git a/tests/base-notebook/test_packages.py b/tests/base-notebook/test_packages.py index f7cbe7d1..8b4a02a7 100644 --- a/tests/base-notebook/test_packages.py +++ b/tests/base-notebook/test_packages.py @@ -69,6 +69,7 @@ EXCLUDED_PACKAGES = [ "ca-certificates", "conda-forge::blas[build=openblas]", "hdf5", + "jupyter_server[version='>=2.0.0']", # Temporary fix for: https://github.com/jupyter/docker-stacks/issues/1851 "openssl", "protobuf", "python",