Skip to content

Commit

Permalink
dev-python/pytools: Remove pytest-runner dep
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Mar 25, 2020
1 parent 9bc2c0a commit d036986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions dev-python/pytools/pytools-2017.4-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
3 changes: 1 addition & 2 deletions dev-python/pytools/pytools-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}

0 comments on commit d036986

Please sign in to comment.