diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-24 20:01:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-24 20:01:11 +0100 |
commit | d6cf27710d50391af8e270a7781cdadac06eb377 (patch) | |
tree | 044712ad33e224a4262b58c1c90da5e858fec746 /dev-python/svg-path | |
parent | dev-python/werkzeug: Remove old (diff) | |
download | gentoo-d6cf27710d50391af8e270a7781cdadac06eb377.tar.gz gentoo-d6cf27710d50391af8e270a7781cdadac06eb377.tar.bz2 gentoo-d6cf27710d50391af8e270a7781cdadac06eb377.zip |
dev-python/svg-path: Deselect broken tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/svg-path')
-rw-r--r-- | dev-python/svg-path/svg-path-6.3.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
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 +) |