commit:     d6cf27710d50391af8e270a7781cdadac06eb377
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 19:01:11 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 19:01:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6cf2771

dev-python/svg-path: Deselect broken tests

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/svg-path/svg-path-6.3.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dev-python/svg-path/svg-path-6.3.ebuild 
b/dev-python/svg-path/svg-path-6.3.ebuild
index 3d017fea7a76..03a37437b2b3 100644
--- a/dev-python/svg-path/svg-path-6.3.ebuild
+++ b/dev-python/svg-path/svg-path-6.3.ebuild
@@ -32,3 +32,10 @@ BDEPEND="
 "
 
 distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+       # broken with new pillow version (also potentially super-fragile)
+       # https://github.com/regebro/svg.path/issues/103
+       tests/test_boundingbox_image.py::BoundingBoxImageTest::test_image
+       tests/test_image.py::ImageTest::test_image
+)

Reply via email to