diff --git a/micromamba/tests/test_install.py b/micromamba/tests/test_install.py index 7e0ec5d9ed..28c78af704 100644 --- a/micromamba/tests/test_install.py +++ b/micromamba/tests/test_install.py @@ -432,6 +432,7 @@ def test_no_python_pinning(self, existing_cache): helpers.install("python=3.9.19", no_dry_run=True) res = helpers.install("setuptools=63.4.3", "--no-py-pin", "--json") + print(res) keys = {"success", "prefix", "actions", "dry_run"} assert keys.issubset(set(res.keys()))