Skip to content

Commit

Permalink
Revert failing test (#2777)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag authored Aug 23, 2023
1 parent 32ba355 commit ae2f3e8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions micromamba/tests/test_virtual_pkgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,3 @@ def test_virtual_packages(self):
assert "__glibc" in infos
linux_ver = platform.release().split("-", 1)[0]
assert f"__linux={linux_ver}=0" in infos

def test_virtual_linux(self):
infos = info()
if platform.system() == "Linux":
assert "__linux=" in infos
assert "__linux=0=0" not in infos
else:
assert "__linux=0=0" in infos

0 comments on commit ae2f3e8

Please sign in to comment.