From 50d00edbc546bb2cfeef6af29f464aaeea5e42f1 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 2 Dec 2024 14:28:37 +0000 Subject: [PATCH] Change the way we test importability because of output difference --- tests/docker-stacks-foundation/test_packages.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/docker-stacks-foundation/test_packages.py b/tests/docker-stacks-foundation/test_packages.py index 5d3fa676..d589e046 100644 --- a/tests/docker-stacks-foundation/test_packages.py +++ b/tests/docker-stacks-foundation/test_packages.py @@ -77,9 +77,8 @@ EXCLUDED_PACKAGES = [ "jupyterhub-singleuser", "jupyterlab-git", "mamba", - "notebook[version='>", + "notebook>", "openssl", - "pandas[version='>", "protobuf", "python", "r-irkernel",