summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-02-03 04:39:04 +0000
committerSam James <sam@gentoo.org>2022-02-03 04:39:04 +0000
commit6a697b97db70fda1a90325c601e610f64d69087e (patch)
treefd790f4bcc8b530339ae68a6179a4fa0d151c2b1
parentdev-libs/boost: fix musl build for 1.78 (diff)
downloadgentoo-6a697b97db70fda1a90325c601e610f64d69087e.tar.gz
gentoo-6a697b97db70fda1a90325c601e610f64d69087e.tar.bz2
gentoo-6a697b97db70fda1a90325c601e610f64d69087e.zip
dev-python/pillow: add bug reference to skipped tests
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/pillow/pillow-9.0.1-r1.ebuild1
-rw-r--r--dev-python/pillow/pillow-9.0.1.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/pillow/pillow-9.0.1-r1.ebuild b/dev-python/pillow/pillow-9.0.1-r1.ebuild
index 44f4f456e65e..89fd236d44a3 100644
--- a/dev-python/pillow/pillow-9.0.1-r1.ebuild
+++ b/dev-python/pillow/pillow-9.0.1-r1.ebuild
@@ -50,6 +50,7 @@ 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
diff --git a/dev-python/pillow/pillow-9.0.1.ebuild b/dev-python/pillow/pillow-9.0.1.ebuild
index b206e1b4a21a..47485b0eb079 100644
--- a/dev-python/pillow/pillow-9.0.1.ebuild
+++ b/dev-python/pillow/pillow-9.0.1.ebuild
@@ -49,6 +49,7 @@ 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