commit: ad553eb84d47f014512f96fcf7bad226f5b4bf20 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Mon Jan 15 21:11:28 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Mon Jan 15 21:20:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad553eb8
dev-python/ffmpeg-python: deselect same in stable as unstable Closes: https://bugs.gentoo.org/911700 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild index 030b42d5156f..fd18cd92f295 100644 --- a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild +++ b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -34,5 +34,16 @@ PATCHES=( "${FILESDIR}"/${P}-setup.py-pytest-runner.patch ) +EPYTEST_DESELECT=( + ffmpeg/tests/test_ffmpeg.py::test__get_filter_complex_input + ffmpeg/tests/test_ffmpeg.py::test__input__start_time + ffmpeg/tests/test_ffmpeg.py::test__multi_output_edge_label_order + ffmpeg/tests/test_ffmpeg.py::test__probe + ffmpeg/tests/test_ffmpeg.py::test__probe__extra_args + ffmpeg/tests/test_ffmpeg.py::test_fluent_complex_filter + ffmpeg/tests/test_ffmpeg.py::test_pipe + ffmpeg/tests/test_ffmpeg.py::test_repeated_args +) + distutils_enable_tests pytest distutils_enable_sphinx doc/src
