mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/path-py: Version bump to 11.5.2
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
committed by
Patrick McLean
parent
9f5433162b
commit
8984c5b5d0
15
dev-python/path-py/files/path-py-11.5.2-tests.patch
Normal file
15
dev-python/path-py/files/path-py-11.5.2-tests.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
diff --git a/test_path.py b/test_path.py
|
||||
index 2a7ddb8..cc7a58f 100644
|
||||
--- a/test_path.py
|
||||
+++ b/test_path.py
|
||||
@@ -420,6 +420,10 @@ class TestScratchDir:
|
||||
platform.system() == 'Windows' and path.PY3,
|
||||
reason="Can't write latin characters. See #133",
|
||||
)
|
||||
+ @pytest.mark.xfail(
|
||||
+ path.PY2,
|
||||
+ reason="Broken on python 2.7",
|
||||
+ )
|
||||
def test_listdir_other_encoding(self, tmpdir):
|
||||
"""
|
||||
Some filesystems allow non-character sequences in path names.
|
||||
Reference in New Issue
Block a user