From b31c1fb22e3e517623e4c2140d64e01eadd8966b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 28 Apr 2019 12:45:08 +0200 Subject: [PATCH] dev-python/pexpect: Update pytest call, use -vv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 24350bf1a2ca8..d5596edcb12c3 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() {