commit:     15d749666b8799b7b4108c19478eb24137602b8d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 16 15:35:56 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 16 15:37:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d74966

dev-python/selenium: Add test-dep on pytest-mock

Closes: https://bugs.gentoo.org/722708
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/selenium/selenium-3.141.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/selenium/selenium-3.141.0.ebuild 
b/dev-python/selenium/selenium-3.141.0.ebuild
index 14e42592c1f..74de0add1e5 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() {

Reply via email to