Skip to content

Commit

Permalink
dev-python/pexpect: Update pytest call, use -vv
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Apr 28, 2019
1 parent 7340ef3 commit b31c1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-python/pexpect/pexpect-4.6.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python_compile_all() {
}

python_test() {
py.test tests || die "Tests fail with ${EPYTHON}"
pytest -vv tests || die "Tests fail with ${EPYTHON}"
}

python_install_all() {
Expand Down

0 comments on commit b31c1fb

Please sign in to comment.