diff --git a/tests/base-notebook/test_packages.py b/tests/base-notebook/test_packages.py index cce25131..7109b6ae 100644 --- a/tests/base-notebook/test_packages.py +++ b/tests/base-notebook/test_packages.py @@ -66,6 +66,10 @@ EXCLUDED_PACKAGES = [ "ca-certificates", "conda-forge::blas[build=openblas]", "hdf5", + # TODO(asalikhov) + # When we remove a workaround for arm regarding mamba, we can + # test installation of mamba as well and remove this exception. + # See: "mamba[version='<0.18']", "openssl", "protobuf",