Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snakeoil/
Date: Mon, 18 Nov 2019 10:43:57
Message-Id: 1574073791.f05f120a8a1caf7fea6547e133eea6df01c1b5c3.radhermit@gentoo
1 commit: f05f120a8a1caf7fea6547e133eea6df01c1b5c3
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 18 10:42:35 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 18 10:43:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05f120a
7
8 dev-python/snakeoil: drop pytest-mock test dep
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 dev-python/snakeoil/snakeoil-9999.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild
16 index 186d88f724a..d374c3dffd9 100644
17 --- a/dev-python/snakeoil/snakeoil-9999.ebuild
18 +++ b/dev-python/snakeoil/snakeoil-9999.ebuild
19 @@ -23,10 +23,8 @@ IUSE="test"
20 RESTRICT="!test? ( test )"
21
22 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
23 - test? (
24 - dev-python/pytest[${PYTHON_USEDEP}]
25 - dev-python/pytest-mock[${PYTHON_USEDEP}]
26 - )"
27 + test? ( dev-python/pytest[${PYTHON_USEDEP}] )
28 +"
29 [[ ${PV} == 9999 ]] && DEPEND+=" dev-python/cython[${PYTHON_USEDEP}]"
30
31 python_test() {