From 55ea74f89f7a8e65f27cab87fd8340b25a5a14e5 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 30 Sep 2024 09:13:25 +0200 Subject: [PATCH] Exclude mamba package from tests --- tests/docker-stacks-foundation/test_packages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/docker-stacks-foundation/test_packages.py b/tests/docker-stacks-foundation/test_packages.py index a1f7f755..2693270f 100644 --- a/tests/docker-stacks-foundation/test_packages.py +++ b/tests/docker-stacks-foundation/test_packages.py @@ -75,6 +75,7 @@ EXCLUDED_PACKAGES = [ "grpcio", "hdf5", "jupyterlab-git", + "mamba!", "openssl", "pandas[version='>", "protobuf",