From: Tim Harder Date: Mon, 18 Nov 2019 10:42:35 +0000 (-0700) Subject: dev-python/snakeoil: drop pytest-mock test dep X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f05f120a8a1caf7fea6547e133eea6df01c1b5c3;p=gentoo.git dev-python/snakeoil: drop pytest-mock test dep Signed-off-by: Tim Harder --- diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild index 186d88f724ac..d374c3dffd90 100644 --- a/dev-python/snakeoil/snakeoil-9999.ebuild +++ b/dev-python/snakeoil/snakeoil-9999.ebuild @@ -23,10 +23,8 @@ IUSE="test" RESTRICT="!test? ( test )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - )" + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) +" [[ ${PV} == 9999 ]] && DEPEND+=" dev-python/cython[${PYTHON_USEDEP}]" python_test() {