dev-python/pexpect: Update pytest call, use -vv
authorMichał Górny <mgorny@gentoo.org>
Sun, 28 Apr 2019 10:45:08 +0000 (12:45 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 28 Apr 2019 10:54:14 +0000 (12:54 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pexpect/pexpect-4.6.0.ebuild

index 24350bf1a2ca8ed3b66c29840907678dabe4e4cf..d5596edcb12c3887771ec08fe4d2a631b7c38e2f 100644 (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() {