Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-functools/
Date: Wed, 25 Jul 2018 20:00:17
Message-Id: 1532548770.0fbd3db01ff441c2286835555f3a039ea23a1057.sbraz@gentoo
1 commit: 0fbd3db01ff441c2286835555f3a039ea23a1057
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 25 19:54:00 2018 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 25 19:59:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fbd3db0
7
8 dev-python/jaraco-functools: add Python 3.7, more verbose tests
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 dev-python/jaraco-functools/jaraco-functools-1.20.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild b/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild
16 index 74eb81aba71..f50cec31eb6 100644
17 --- a/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild
18 +++ b/dev-python/jaraco-functools/jaraco-functools-1.20.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( pypy3 python{2_7,3_{4,5,6}} )
24 +PYTHON_COMPAT=( pypy3 python{2_7,3_{4,5,6,7}} )
25
26 inherit distutils-r1
27
28 @@ -50,7 +50,7 @@ python_compile_all() {
29
30 python_test() {
31 # Override pytest options to skip flake8
32 - PYTHONPATH=. py.test --override-ini="addopts=--doctest-modules" \
33 + PYTHONPATH=. pytest -vv --override-ini="addopts=--doctest-modules" \
34 || die "tests failed with ${EPYTHON}"
35 }