commit: 51afce0c3076b193777f71414a05beb965f1a6d7
Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Fri Feb 19 19:54:00 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 20:21:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51afce0c
dev-python/mccabe: require pytest instead of pytest-runner for tests
pytest-runner is needed when one wants to run tests like this:
`setup.py pytest'. Since we don't do this, we only need pytest.
Package-Manager: portage-2.2.27
dev-python/mccabe/mccabe-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/mccabe/mccabe-0.4.0.ebuild
b/dev-python/mccabe/mccabe-0.4.0.ebuild
index 5aa2253..22838d6 100644
--- a/dev-python/mccabe/mccabe-0.4.0.ebuild
+++ b/dev-python/mccabe/mccabe-0.4.0.ebuild
@@ -21,7 +21,7 @@ SLOT="0"
RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/pytest-runner[${PYTHON_USEDEP}] )"
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
src_prepare() {
sed -i -e '/pytest-runner/d' setup.py || die