summaryrefslogtreecommitdiff
path: root/dev-python/PyUtilib/files
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2021-05-23 11:11:30 -0700
committerPatrick McLean <chutzpah@gentoo.org>2021-05-23 11:11:46 -0700
commit1c99690a7fbdf5c87a70ffeba1ed064927243677 (patch)
tree78394e2c7d1d276d018e72beea60c967ac8e5f72 /dev-python/PyUtilib/files
parent14df2d73c0c0982c57ebff114ad80d13f2b37f33 (diff)
downloadgentoo-1c99690a7fbdf5c87a70ffeba1ed064927243677.tar.gz
gentoo-1c99690a7fbdf5c87a70ffeba1ed064927243677.tar.bz2
gentoo-1c99690a7fbdf5c87a70ffeba1ed064927243677.zip
dev-python/PyUtilib-6.0.0: Version bump, py39
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@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, 12 insertions, 0 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
new file mode 100644
index 000000000000..33dcd4605818
--- /dev/null
+++ b/dev-python/PyUtilib/files/PyUtilib-6.0.0-tests.patch
@@ -0,0 +1,12 @@
+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):