From 8a756304d861e3f190ac3ffd5d5e65ea7db67a4c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 29 Apr 2020 12:54:06 +0200 Subject: [PATCH] dev-python/pytest-rerunfailures: Add missing mock py2-test-dep MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/719996 Signed-off-by: Michał Górny --- .../pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild b/dev-python/pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild index e93e988df379..a1904fda3eee 100644 --- a/dev-python/pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild +++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild @@ -18,6 +18,9 @@ IUSE="" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/pytest-4.4[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND}" +BDEPEND=" + test? ( + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2) + )" distutils_enable_tests pytest -- 2.26.2