commit: 2fe4ea51a927b5a935feb59471b0a624142af5aa Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Thu Dec 5 14:18:54 2024 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Thu Dec 5 14:52:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2fe4ea51
dev-python/pillow-heif: skip broken tests The image_path parameter varies by environment, so we need to deselect the entire test_heif_read_images. Closes: https://bugs.gentoo.org/945902 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> dev-python/pillow-heif/pillow-heif-0.21.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/pillow-heif/pillow-heif-0.21.0.ebuild b/dev-python/pillow-heif/pillow-heif-0.21.0.ebuild index 43556e490..6835b4268 100644 --- a/dev-python/pillow-heif/pillow-heif-0.21.0.ebuild +++ b/dev-python/pillow-heif/pillow-heif-0.21.0.ebuild @@ -41,8 +41,7 @@ PATCHES=( "${FILESDIR}/${P}-respect-cflags.patch" ) EPYTEST_DESELECT=( # only works with libeif-1.19.5 # https://github.com/bigcat88/pillow_heif/pull/312/commits/d740dcce7d967d025c4100611cc7a4632aa3fc3a - "tests/read_test.py::test_heif_read_images[image_path16]" - "tests/read_test.py::test_heif_read_images[image_path43]" + "tests/read_test.py::test_heif_read_images" ) distutils_enable_tests pytest
