From: Michał Górny Date: Sat, 16 May 2020 15:35:56 +0000 (+0200) Subject: dev-python/selenium: Add test-dep on pytest-mock X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=15d749666b8799b7b4108c19478eb24137602b8d;p=gentoo.git dev-python/selenium: Add test-dep on pytest-mock Closes: https://bugs.gentoo.org/722708 Signed-off-by: Michał Górny --- diff --git a/dev-python/selenium/selenium-3.141.0.ebuild b/dev-python/selenium/selenium-3.141.0.ebuild index 14e42592c1fb..74de0add1e5c 100644 --- a/dev-python/selenium/selenium-3.141.0.ebuild +++ b/dev-python/selenium/selenium-3.141.0.ebuild @@ -24,6 +24,9 @@ DOCS=( CHANGES README.rst ) QA_PREBUILT="/usr/lib*/python*/site-packages/${PN}/webdriver/firefox/*/x_ignore_nofocus.so" +BDEPEND=" + test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )" + distutils_enable_tests pytest src_unpack() {