commit:     ff1f94f0199ddd89190540dbe66be07b3da14f3b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 14 23:08:37 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 14 23:11:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1f94f0

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 <AT> gentoo.org>

 dev-python/pillow/pillow-9.0.1-r1.ebuild | 9 ---------
 dev-python/pillow/pillow-9.0.1.ebuild    | 9 ---------
 2 files changed, 18 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
 }

diff --git a/dev-python/pillow/pillow-9.0.1.ebuild 
b/dev-python/pillow/pillow-9.0.1.ebuild
index c85c69ea8abf..1efd9f604591 100644
--- a/dev-python/pillow/pillow-9.0.1.ebuild
+++ b/dev-python/pillow/pillow-9.0.1.ebuild
@@ -47,15 +47,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
-)
-
 python_configure_all() {
        # It's important that these flags are also passed during the install 
phase
        # as well. Make sure of that if you change the lines below. See bug 
661308.

Reply via email to