Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mccabe/
Date: Sat, 20 Feb 2016 02:30:13
Message-Id: 1455913305.51afce0c3076b193777f71414a05beb965f1a6d7.idella4@gentoo
1 commit: 51afce0c3076b193777f71414a05beb965f1a6d7
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 19 19:54:00 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 19 20:21:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51afce0c
7
8 dev-python/mccabe: require pytest instead of pytest-runner for tests
9
10 pytest-runner is needed when one wants to run tests like this:
11 `setup.py pytest'. Since we don't do this, we only need pytest.
12
13 Package-Manager: portage-2.2.27
14
15 dev-python/mccabe/mccabe-0.4.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/mccabe/mccabe-0.4.0.ebuild b/dev-python/mccabe/mccabe-0.4.0.ebuild
19 index 5aa2253..22838d6 100644
20 --- a/dev-python/mccabe/mccabe-0.4.0.ebuild
21 +++ b/dev-python/mccabe/mccabe-0.4.0.ebuild
22 @@ -21,7 +21,7 @@ SLOT="0"
23
24 RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]"
25 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
26 - test? ( dev-python/pytest-runner[${PYTHON_USEDEP}] )"
27 + test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
28
29 src_prepare() {
30 sed -i -e '/pytest-runner/d' setup.py || die