diff --git a/micromamba/tests/test_repoquery.py b/micromamba/tests/test_repoquery.py index 775a3dfa72..24912fe8de 100644 --- a/micromamba/tests/test_repoquery.py +++ b/micromamba/tests/test_repoquery.py @@ -76,6 +76,7 @@ def test_depends_recursive(yaml_env: Path): "depends", "-c", "conda-forge", "xtensor=0.24.5", "--recursive" ) + print("res: ", res) if platform.system() == "Linux": assert "libzlib" in res elif platform.system() == "Darwin":