summaryrefslogtreecommitdiff
path: root/dev-python/PyUtilib/files
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-01-27 11:50:23 +0100
committerJakov Smolić <jsmolic@gentoo.org>2023-01-27 12:07:11 +0100
commit84392eefe78a6adddd984d066bb05bfeb7871f2c (patch)
tree8faeef7b87bcaa8f1675ff15af468d84b54b9a03 /dev-python/PyUtilib/files
parent9677792194a96868cf9b2446fabd386542ae02c8 (diff)
downloadgentoo-84392eefe78a6adddd984d066bb05bfeb7871f2c.tar.gz
gentoo-84392eefe78a6adddd984d066bb05bfeb7871f2c.tar.bz2
gentoo-84392eefe78a6adddd984d066bb05bfeb7871f2c.zip
dev-python/PyUtilib: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/PyUtilib/files')
-rw-r--r--dev-python/PyUtilib/files/PyUtilib-6.0.0-tests.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/PyUtilib/files/PyUtilib-6.0.0-tests.patch b/dev-python/PyUtilib/files/PyUtilib-6.0.0-tests.patch
deleted file mode 100644
index 33dcd4605818..000000000000
--- a/dev-python/PyUtilib/files/PyUtilib-6.0.0-tests.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/pyutilib/component/loader/tests/test_egg.py b/pyutilib/component/loader/tests/test_egg.py
-index c8674d0..7126e5c 100644
---- a/pyutilib/component/loader/tests/test_egg.py
-+++ b/pyutilib/component/loader/tests/test_egg.py
-@@ -23,6 +23,7 @@ except ImportError:
-
-
- @unittest.skipIf(not pkg_resources_avail, "Cannot import 'pkg_resources'")
-+@unittest.skipIf(sys.hexversion >= 0x03090000, "Example eggs not generated for python >= 3.9")
- class Test(pyutilib.th.TestCase):
-
- def test_egg1(self):