summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/pillow/pillow-9.0.1-r1.ebuild9
-rw-r--r--dev-python/pillow/pillow-9.0.1.ebuild9
2 files changed, 0 insertions, 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.