summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-01-15 22:11:28 +0100
committerMaciej Barć <xgqt@gentoo.org>2024-01-15 22:20:43 +0100
commitad553eb84d47f014512f96fcf7bad226f5b4bf20 (patch)
treea601d5dcce24b5a358fa3f149a37abe360ef16b3 /dev-python/ffmpeg-python
parentapp-emacs/emms: bump to 18 (diff)
downloadgentoo-ad553eb84d47f014512f96fcf7bad226f5b4bf20.tar.gz
gentoo-ad553eb84d47f014512f96fcf7bad226f5b4bf20.tar.bz2
gentoo-ad553eb84d47f014512f96fcf7bad226f5b4bf20.zip
dev-python/ffmpeg-python: deselect same in stable as unstable
Closes: https://bugs.gentoo.org/911700 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-python/ffmpeg-python')
-rw-r--r--dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild13
1 files changed, 12 insertions, 1 deletions
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