From f05f120a8a1caf7fea6547e133eea6df01c1b5c3 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Mon, 18 Nov 2019 03:42:35 -0700 Subject: dev-python/snakeoil: drop pytest-mock test dep Signed-off-by: Tim Harder --- dev-python/snakeoil/snakeoil-9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'dev-python/snakeoil') 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() { -- cgit v1.2.3-65-gdbad