From 15d749666b8799b7b4108c19478eb24137602b8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 16 May 2020 17:35:56 +0200 Subject: [PATCH] dev-python/selenium: Add test-dep on pytest-mock MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/722708 Signed-off-by: Michał Górny --- 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 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() { -- 2.26.2