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-stream/
Date: Wed, 25 Jul 2018 21:21:04
Message-Id: 1532553646.62d0c0f7a728ebd4a1201755b3c3fb4b68a10aec.sbraz@gentoo
1 commit: 62d0c0f7a728ebd4a1201755b3c3fb4b68a10aec
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 25 21:20:46 2018 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 25 21:20:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d0c0f7
7
8 dev-python/jaraco-stream: add Python 3.7, more verbose tests
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 dev-python/jaraco-stream/jaraco-stream-1.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/jaraco-stream/jaraco-stream-1.2.ebuild b/dev-python/jaraco-stream/jaraco-stream-1.2.ebuild
16 index 8aa4e6c4082..b990da9621d 100644
17 --- a/dev-python/jaraco-stream/jaraco-stream-1.2.ebuild
18 +++ b/dev-python/jaraco-stream/jaraco-stream-1.2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
24 +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
25
26 inherit distutils-r1
27
28 @@ -47,7 +47,7 @@ python_compile_all() {
29 python_test() {
30 # Skip one test which requires network access
31 # Override pytest options to skip flake8
32 - PYTHONPATH=. py.test --ignore=jaraco/stream/test_gzip.py \
33 + PYTHONPATH=. pytest -vv --ignore=jaraco/stream/test_gzip.py \
34 --override-ini="addopts=--doctest-modules" \
35 || die "tests failed with ${EPYTHON}"
36 }