diff options
author | Max Rees <maxcrees@me.com> | 2019-08-06 08:13:03 -0500 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2019-08-06 08:18:23 -0500 |
commit | 72bedd94956da15e9ddee28d50e071253922c0da (patch) | |
tree | a27ad6c02696e251aae60100df3383d31be8ea45 /user/py3-packaging/test-glibc.patch | |
parent | 14c406339da6f5ff970b71c38f84218de51b423c (diff) | |
download | packages-72bedd94956da15e9ddee28d50e071253922c0da.tar.gz packages-72bedd94956da15e9ddee28d50e071253922c0da.tar.bz2 packages-72bedd94956da15e9ddee28d50e071253922c0da.tar.xz packages-72bedd94956da15e9ddee28d50e071253922c0da.zip |
user/py3-packaging: fix dependencies, bump to 19.1
Depends on py3-attrs, py3-six, and py3-pyparsing which wasn't correctly
specified before.
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 |