commit: a7b7947a5f041d0dc75bb824dc031616adef6180
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 10:24:23 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 10:24:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b7947a
dev-python/pikepdf: disable some more tests
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pikepdf/pikepdf-9.0.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/pikepdf/pikepdf-9.0.0.ebuild
b/dev-python/pikepdf/pikepdf-9.0.0.ebuild
index ed385b97062e..b66f7409741d 100644
--- a/dev-python/pikepdf/pikepdf-9.0.0.ebuild
+++ b/dev-python/pikepdf/pikepdf-9.0.0.ebuild
@@ -58,6 +58,8 @@ distutils_enable_tests pytest
EPYTEST_DESELECT=(
# fragile to system load
tests/test_image_access.py::test_random_image
+ tests/test_image_access.py::test_image_save_compare
+ tests/test_image_access.py::test_palette_nonrgb
)
src_prepare() {