From 39e36f2d44f33c5d2b1e7d714cdf22795ed0dae1 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sun, 6 Mar 2022 23:07:13 +0000 Subject: [PATCH] Add inline TODO comment --- tests/base-notebook/test_packages.py | 4 ++++ 1 file changed, 4 insertions(+) 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",