From: Michał Górny Date: Sun, 28 Apr 2019 10:45:08 +0000 (+0200) Subject: dev-python/pexpect: Update pytest call, use -vv X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b31c1fb22e3e517623e4c2140d64e01eadd8966b;p=gentoo.git dev-python/pexpect: Update pytest call, use -vv Signed-off-by: Michał Górny --- diff --git a/dev-python/pexpect/pexpect-4.6.0.ebuild b/dev-python/pexpect/pexpect-4.6.0.ebuild index 24350bf1a2ca..d5596edcb12c 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() {