mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user