summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2019-11-18 03:42:35 -0700
committerTim Harder <radhermit@gentoo.org>2019-11-18 03:43:11 -0700
commitf05f120a8a1caf7fea6547e133eea6df01c1b5c3 (patch)
tree18920be9ed5b4a2c041079ddcbd047124c85f389 /dev-python/snakeoil
parentapp-misc/remind: Version 03.01.17 (diff)
downloadgentoo-f05f120a8a1caf7fea6547e133eea6df01c1b5c3.tar.gz
gentoo-f05f120a8a1caf7fea6547e133eea6df01c1b5c3.tar.bz2
gentoo-f05f120a8a1caf7fea6547e133eea6df01c1b5c3.zip
dev-python/snakeoil: drop pytest-mock test dep
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'dev-python/snakeoil')
-rw-r--r--dev-python/snakeoil/snakeoil-9999.ebuild6
1 files changed, 2 insertions, 4 deletions
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() {