We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28cf273 commit d5c2a83Copy full SHA for d5c2a83
micromamba/tests/test_repoquery.py
@@ -30,7 +30,7 @@ def test_depends_local(yaml_env: Path):
30
assert any(x["version"] == "0.2.5" for x in pkgs)
31
32
if platform.system() == "Linux":
33
- assert any(x["name"] == "libgcc-ng" for x in pkgs)
+ assert any(x["name"] == "libgcc" for x in pkgs)
34
35
36
@pytest.mark.parametrize("shared_pkgs_dirs", [True], indirect=True)
@@ -53,7 +53,7 @@ def test_depends_remote(yaml_env: Path):
53
54
55
56
57
58
59
0 commit comments