commit: b31c1fb22e3e517623e4c2140d64e01eadd8966b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 10:45:08 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 10:54:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31c1fb2
dev-python/pexpect: Update pytest call, use -vv
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pexpect/pexpect-4.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pexpect/pexpect-4.6.0.ebuild
b/dev-python/pexpect/pexpect-4.6.0.ebuild
index 24350bf1a2c..d5596edcb12 100644
--- a/dev-python/pexpect/pexpect-4.6.0.ebuild
+++ b/dev-python/pexpect/pexpect-4.6.0.ebuild
@@ -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() {