summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-02-14 23:08:37 +0000
committerSam James <sam@gentoo.org>2022-02-14 23:11:07 +0000
commitff1f94f0199ddd89190540dbe66be07b3da14f3b (patch)
tree484ff15b5fdbed2daab96002ae6ba7fd15e8cda4 /dev-python/pillow/pillow-9.0.1-r1.ebuild
parentsys-fs/xfsdump: drop 3.1.9 (diff)
downloadgentoo-ff1f94f0199ddd89190540dbe66be07b3da14f3b.tar.gz
gentoo-ff1f94f0199ddd89190540dbe66be07b3da14f3b.tar.bz2
gentoo-ff1f94f0199ddd89190540dbe66be07b3da14f3b.zip
dev-python/pillow: drop test skips in 9.0.1
These were actually a bug in LCMS 2.13 (fixed in 2.13-r1, 2.13.1). Thanks to Pillow upstream for debugging this with us! Bug: https://bugs.gentoo.org/832520 Bug: https://github.com/python-pillow/Pillow/issues/6013 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pillow/pillow-9.0.1-r1.ebuild')
-rw-r--r--dev-python/pillow/pillow-9.0.1-r1.ebuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-python/pillow/pillow-9.0.1-r1.ebuild b/dev-python/pillow/pillow-9.0.1-r1.ebuild
index 3571e8dc8a2a..0dd406cd6c5f 100644
--- a/dev-python/pillow/pillow-9.0.1-r1.ebuild
+++ b/dev-python/pillow/pillow-9.0.1-r1.ebuild
@@ -48,15 +48,6 @@ BDEPEND="
)
"
-EPYTEST_DESELECT=(
- # Fails because of ghostscript?
- # https://github.com/python-pillow/Pillow/issues/6013
- Tests/test_file_eps.py::test_showpage
- Tests/test_file_eps.py::test_bytesio_object
- Tests/test_file_eps.py::test_render_scale1
- Tests/test_file_eps.py::test_render_scale2
-)
-
usepil() {
usex "${1}" enable disable
}