Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pillow/
Date: Thu, 03 Feb 2022 04:39:27
Message-Id: 1643863144.6a697b97db70fda1a90325c601e610f64d69087e.sam@gentoo
1 commit: 6a697b97db70fda1a90325c601e610f64d69087e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 3 04:39:04 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 3 04:39:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a697b97
7
8 dev-python/pillow: add bug reference to skipped tests
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pillow/pillow-9.0.1-r1.ebuild | 1 +
13 dev-python/pillow/pillow-9.0.1.ebuild | 1 +
14 2 files changed, 2 insertions(+)
15
16 diff --git a/dev-python/pillow/pillow-9.0.1-r1.ebuild b/dev-python/pillow/pillow-9.0.1-r1.ebuild
17 index 44f4f456e65e..89fd236d44a3 100644
18 --- a/dev-python/pillow/pillow-9.0.1-r1.ebuild
19 +++ b/dev-python/pillow/pillow-9.0.1-r1.ebuild
20 @@ -50,6 +50,7 @@ BDEPEND="
21
22 EPYTEST_DESELECT=(
23 # Fails because of ghostscript?
24 + # https://github.com/python-pillow/Pillow/issues/6013
25 Tests/test_file_eps.py::test_showpage
26 Tests/test_file_eps.py::test_bytesio_object
27 Tests/test_file_eps.py::test_render_scale1
28
29 diff --git a/dev-python/pillow/pillow-9.0.1.ebuild b/dev-python/pillow/pillow-9.0.1.ebuild
30 index b206e1b4a21a..47485b0eb079 100644
31 --- a/dev-python/pillow/pillow-9.0.1.ebuild
32 +++ b/dev-python/pillow/pillow-9.0.1.ebuild
33 @@ -49,6 +49,7 @@ BDEPEND="
34
35 EPYTEST_DESELECT=(
36 # Fails because of ghostscript?
37 + # https://github.com/python-pillow/Pillow/issues/6013
38 Tests/test_file_eps.py::test_showpage
39 Tests/test_file_eps.py::test_bytesio_object
40 Tests/test_file_eps.py::test_render_scale1