commit:     0ea4f01bfca60ccdf162faa1e6d3e34415cbe173
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 15:39:00 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 15:39:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea4f01b

dev-python/guessit: add test dep on pytest-mock

Closes: https://bugs.gentoo.org/828783
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/guessit/guessit-3.4.2.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/guessit/guessit-3.4.2.ebuild 
b/dev-python/guessit/guessit-3.4.2.ebuild
index 9eaa73f85cd4..76895fde1393 100644
--- a/dev-python/guessit/guessit-3.4.2.ebuild
+++ b/dev-python/guessit/guessit-3.4.2.ebuild
@@ -24,6 +24,11 @@ RDEPEND="
                dev-python/importlib_resources[${PYTHON_USEDEP}]
        ' python3_8 pypy3)
 "
+BDEPEND="
+       test? (
+               dev-python/pytest-mock[${PYTHON_USEDEP}]
+       )
+"
 
 distutils_enable_tests pytest
 
@@ -32,8 +37,5 @@ python_prepare_all() {
        rm guessit/test/test_benchmark.py || die
        sed -i -e "s|'pytest-benchmark',||g" setup.py || die
 
-       # Disable unconditional dependency on dev-python/pytest-runner.
-       sed -i -e "s|'pytest-runner'||g" setup.py || die
-
        distutils-r1_python_prepare_all
 }

Reply via email to