summaryrefslogtreecommitdiff
path: root/dev-python/PyUtilib/files/PyUtilib-6.0.0-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/PyUtilib/files/PyUtilib-6.0.0-tests.patch')
-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):