summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2019-11-22 19:39:24 -0800
committerPatrick McLean <chutzpah@gentoo.org>2019-11-22 19:50:14 -0800
commit8984c5b5d033f874427cb0d4d9b661d1a00d65ca (patch)
tree07e0993669e07c7b7f1c4f6e8599212b8cd01a6d /dev-python/path-py/files
parentdev-python/contextlib2: verbump to 0.6.0, add py38, add RESTRICT (diff)
downloadgentoo-8984c5b5d033f874427cb0d4d9b661d1a00d65ca.tar.gz
gentoo-8984c5b5d033f874427cb0d4d9b661d1a00d65ca.tar.bz2
gentoo-8984c5b5d033f874427cb0d4d9b661d1a00d65ca.zip
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>
Diffstat (limited to 'dev-python/path-py/files')
-rw-r--r--dev-python/path-py/files/path-py-11.5.2-tests.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/path-py/files/path-py-11.5.2-tests.patch b/dev-python/path-py/files/path-py-11.5.2-tests.patch
new file mode 100644
index 000000000000..4760b20d3cb4
--- /dev/null
+++ b/dev-python/path-py/files/path-py-11.5.2-tests.patch
@@ -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.