From a6bc67a16fa9203f6cdf3d05847de5f69f786ff0 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 7 Mar 2024 16:30:23 +0100 Subject: dev-python/imageio: Reenable imageio-ffmpeg-based tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 ) -- cgit v1.2.3-65-gdbad