dev-python/pytools: Remove pytest-runner dep

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-03-25 10:46:28 +01:00
parent 9bc2c0ab31
commit d03698659e
2 changed files with 2 additions and 4 deletions

View File

@@ -29,10 +29,9 @@ DEPEND="
test? (
${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
)
"
python_test() {
py.test -v || die "Tests fail with ${EPYTHON}"
pytest -vv || die "Tests fail with ${EPYTHON}"
}

View File

@@ -29,10 +29,9 @@ DEPEND="
test? (
${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
)
"
python_test() {
py.test -v || die "Tests fail with ${EPYTHON}"
pytest -vv || die "Tests fail with ${EPYTHON}"
}