From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8DF0138334 for ; Sun, 11 Aug 2019 19:02:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0D8CE083D; Sun, 11 Aug 2019 19:02:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DADFFE083D for ; Sun, 11 Aug 2019 19:02:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D70CB349907 for ; Sun, 11 Aug 2019 19:02:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29BA775C for ; Sun, 11 Aug 2019 19:02:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1565550147.b49583da6c06f69a56ed3b8bba6dab39d849d92c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-distutils-extra/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild X-VCS-Directories: dev-python/python-distutils-extra/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b49583da6c06f69a56ed3b8bba6dab39d849d92c X-VCS-Branch: master Date: Sun, 11 Aug 2019 19:02:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e5e161c5-d971-4fcd-900b-8cf90a2dd191 X-Archives-Hash: 3d588c1d5a8789fcc4648cc40900bfa6 commit: b49583da6c06f69a56ed3b8bba6dab39d849d92c Author: Michał Górny gentoo org> AuthorDate: Sun Aug 11 18:53:35 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 11 19:02:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49583da dev-python/python-distutils-extra: Run pytest -vv Signed-off-by: Michał Górny gentoo.org> dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 76bf1d01fac..599aa3fe2e1 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 || \