Skip to content

Commit

Permalink
Add trace to debug test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M committed Jun 13, 2024
1 parent 287bf22 commit 24c9eda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions micromamba/tests/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()))

Expand Down

0 comments on commit 24c9eda

Please sign in to comment.