Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M committed Oct 9, 2024
1 parent 7bf4b0e commit 7d017e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions micromamba/tests/test_repoquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_depends_recursive(yaml_env: Path):
)

if platform.system() == "Linux":
assert "libzlib" in res
assert "_openmp_mutex" in res
elif platform.system() == "Darwin":
assert "libcxx" in res
elif platform.system() == "Windows":
Expand All @@ -91,7 +91,7 @@ def test_depends_tree(yaml_env: Path):
)

if platform.system() == "Linux":
assert "libzlib" in res
assert "_openmp_mutex" in res
elif platform.system() == "Darwin":
assert "libcxx" in res
elif platform.system() == "Windows":
Expand Down

0 comments on commit 7d017e4

Please sign in to comment.