From b49583da6c06f69a56ed3b8bba6dab39d849d92c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 11 Aug 2019 20:53:35 +0200 Subject: dev-python/python-distutils-extra: Run pytest -vv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/python-distutils-extra') diff --git a/dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild index 76bf1d01fac3..599aa3fe2e11 100644 --- a/dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild +++ b/dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild @@ -37,7 +37,7 @@ python_test() { # 5 tests fail with disabled byte-compilation (they rely on exact # output from python). # The other 4 are broken. - py.test -k "not (test_pot_manual or test_pot_auto_explicit or \ + pytest -vv -k "not (test_pot_manual or test_pot_auto_explicit or \ test_pot_auto or test_modules or test_packages) and not \ (test_desktop or test_po or test_policykit or \ test_requires_provides)" test/auto.py || \ -- cgit v1.2.3