dev-python/pexpect: Update pytest call, use -vv

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-04-28 12:45:08 +02:00
parent 7340ef3556
commit b31c1fb22e

View File

@@ -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() {