Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-distutils-extra/
Date: Sun, 11 Aug 2019 19:02:33
Message-Id: 1565550147.b49583da6c06f69a56ed3b8bba6dab39d849d92c.mgorny@gentoo
1 commit: b49583da6c06f69a56ed3b8bba6dab39d849d92c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 18:53:35 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 19:02:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49583da
7
8 dev-python/python-distutils-extra: Run pytest -vv
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 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
16 index 76bf1d01fac..599aa3fe2e1 100644
17 --- a/dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild
18 +++ b/dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild
19 @@ -37,7 +37,7 @@ python_test() {
20 # 5 tests fail with disabled byte-compilation (they rely on exact
21 # output from python).
22 # The other 4 are broken.
23 - py.test -k "not (test_pot_manual or test_pot_auto_explicit or \
24 + pytest -vv -k "not (test_pot_manual or test_pot_auto_explicit or \
25 test_pot_auto or test_modules or test_packages) and not \
26 (test_desktop or test_po or test_policykit or \
27 test_requires_provides)" test/auto.py || \