summaryrefslogtreecommitdiff
path: root/dev-python/ffmpeg-python
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/ffmpeg-python')
-rw-r--r--dev-python/ffmpeg-python/ffmpeg-python-0.2.0_p20220711-r1.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0_p20220711-r1.ebuild b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0_p20220711-r1.ebuild
index 169a8d8ce751..661cc8783507 100644
--- a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0_p20220711-r1.ebuild
+++ b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0_p20220711-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -32,11 +32,6 @@ RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
media-video/ffmpeg
"
-BDEPEND="
- test? (
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- )
-"
PATCHES=(
"${FILESDIR}/${PN}-0.2.0-no-future-795.patch"
@@ -48,5 +43,6 @@ EPYTEST_DESELECT=(
ffmpeg/tests/test_ffmpeg.py::test_pipe
)
+EPYTEST_PLUGINS=( pytest-mock )
distutils_enable_tests pytest
distutils_enable_sphinx doc/src