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/denonavr/
Date: Tue, 24 Jul 2018 23:02:58
Message-Id: 1532473363.3d86abd8cd1bba4d97673929e3d449a8da575618.sbraz@gentoo
1 commit: 3d86abd8cd1bba4d97673929e3d449a8da575618
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 24 23:02:37 2018 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 24 23:02:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d86abd8
7
8 dev-python/denonavr: add Python 3.7, make tests more verbose
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 dev-python/denonavr/denonavr-0.7.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/denonavr/denonavr-0.7.4.ebuild b/dev-python/denonavr/denonavr-0.7.4.ebuild
16 index 4a3aab11963..6f32967db35 100644
17 --- a/dev-python/denonavr/denonavr-0.7.4.ebuild
18 +++ b/dev-python/denonavr/denonavr-0.7.4.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{4,5,6} )
24 +PYTHON_COMPAT=( python3_{4,5,6,7} )
25 PYTHON_REQ_USE="xml(+)"
26
27 inherit distutils-r1
28 @@ -29,5 +29,5 @@ DEPEND="
29 "
30
31 python_test() {
32 - py.test || die "tests failed with ${EPYTHON}"
33 + pytest -vv || die "tests failed with ${EPYTHON}"
34 }