projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fd8870
)
dev-python/selenium: Add test-dep on pytest-mock
author
Michał Górny
<mgorny@gentoo.org>
Sat, 16 May 2020 15:35:56 +0000
(17:35 +0200)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/dev-python/selenium/selenium-3.141.0.ebuild
b/dev-python/selenium/selenium-3.141.0.ebuild
index 14e42592c1fb3161dc1ce7428e21964928758618..74de0add1e5cd276163cdf62070a25791a76f8aa 100644
(file)
--- 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() {