dev-python/selenium: Add test-dep on pytest-mock
authorMichał Górny <mgorny@gentoo.org>
Sat, 16 May 2020 15:35:56 +0000 (17:35 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 16 May 2020 15:37:41 +0000 (17:37 +0200)
Closes: https://bugs.gentoo.org/722708
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/selenium/selenium-3.141.0.ebuild

index 14e42592c1fb3161dc1ce7428e21964928758618..74de0add1e5cd276163cdf62070a25791a76f8aa 100644 (file)
@@ -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() {