commit:     a6bc67a16fa9203f6cdf3d05847de5f69f786ff0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 15:30:23 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 15:39:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6bc67a1

dev-python/imageio: Reenable imageio-ffmpeg-based tests

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

 dev-python/imageio/imageio-2.34.0.ebuild | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/dev-python/imageio/imageio-2.34.0.ebuild 
b/dev-python/imageio/imageio-2.34.0.ebuild
index 8a2d4f074917..9c415ea19f7b 100644
--- a/dev-python/imageio/imageio-2.34.0.ebuild
+++ b/dev-python/imageio/imageio-2.34.0.ebuild
@@ -42,7 +42,7 @@ RDEPEND="
 BDEPEND="
        test? (
                dev-python/fsspec[${PYTHON_USEDEP}]
-               dev-python/imageio-ffmpeg[${PYTHON_USEDEP}]
+               >=dev-python/imageio-ffmpeg-0.4.9-r1[${PYTHON_USEDEP}]
                dev-python/psutil[${PYTHON_USEDEP}]
                dev-python/requests[${PYTHON_USEDEP}]
                dev-python/tifffile[${PYTHON_USEDEP}]
@@ -82,11 +82,4 @@ EPYTEST_DESELECT=(
        # requires pillow-heif, also possibly Internet
        tests/test_pillow.py::test_avif_remote
        tests/test_pillow.py::test_heif_remote
-       # TODO: imageio-ffmpeg seems broken with current ffmpeg?
-       tests/test_ffmpeg.py::test_reader_more
-       tests/test_ffmpeg.py::test_reverse_read
-       tests/test_ffmpeg.py::test_write_audio_ac3
-       tests/test_ffmpeg.py::test_write_audio_default_codec
-       tests/test_ffmpeg.py::test_writer_pixelformat_size_verbose
-       tests/test_ffmpeg_info.py::test_overload_fps
 )

Reply via email to