diff options
author | 2020-07-28 04:35:37 +0200 | |
---|---|---|
committer | 2020-07-28 04:41:30 +0200 | |
commit | fb13c210ff15feb21de300a590ef973b068cfa21 (patch) | |
tree | eb0d45edb0f3181a6b3311e810d63f1f04a9a4a5 /dev-python/path-py/files | |
parent | dev-python/path-py: Bump to 15.0.0 (diff) | |
download | gentoo-fb13c210ff15feb21de300a590ef973b068cfa21.tar.gz gentoo-fb13c210ff15feb21de300a590ef973b068cfa21.tar.bz2 gentoo-fb13c210ff15feb21de300a590ef973b068cfa21.zip |
dev-python/path-py: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/path-py/files')
-rw-r--r-- | dev-python/path-py/files/path-py-11.5.2-tests.patch | 15 |
1 files changed, 0 insertions, 15 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 deleted file mode 100644 index 4760b20d3cb4..000000000000 --- a/dev-python/path-py/files/path-py-11.5.2-tests.patch +++ /dev/null @@ -1,15 +0,0 @@ -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. |