diff options
Diffstat (limited to 'user/py3-packaging/test-glibc.patch')
-rw-r--r-- | user/py3-packaging/test-glibc.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/user/py3-packaging/test-glibc.patch b/user/py3-packaging/test-glibc.patch new file mode 100644 index 000000000..b8c3f2fee --- /dev/null +++ b/user/py3-packaging/test-glibc.patch @@ -0,0 +1,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 |