blob: b8c3f2feec198a27d8ae49f640948ee1258da804 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- packaging-19.1/tests/test_tags.py 2019-07-20 01:03:21.000000000 -0400
+++ packaging-19.1/tests/test_tags.py 2019-08-06 09:08:16.490018542 -0400
@@ -474,6 +474,7 @@ def test_glibc_version_string(version_st
assert tags._glibc_version_string() is None
+@pytest.mark.skip(reason="musl is not glibc")
def test_have_compatible_glibc(monkeypatch):
if platform.system() == "Linux":
# Assuming no one is running this test with a version of glibc released in
|