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/pytest-localserver/
Date: Mon, 01 May 2017 14:56:52
Message-Id: 1493650580.11b2d3fc0939c02453708c875f228dd241b7b78f.mgorny@gentoo
1 commit: 11b2d3fc0939c02453708c875f228dd241b7b78f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 1 13:44:08 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 1 14:56:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b2d3fc
7
8 dev-python/pytest-localserver: Tested on 3.6
9
10 dev-python/pytest-localserver/pytest-localserver-0.3.7.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/pytest-localserver/pytest-localserver-0.3.7.ebuild b/dev-python/pytest-localserver/pytest-localserver-0.3.7.ebuild
14 index 34f2c3158eb..5c7049db17f 100644
15 --- a/dev-python/pytest-localserver/pytest-localserver-0.3.7.ebuild
16 +++ b/dev-python/pytest-localserver/pytest-localserver-0.3.7.ebuild
17 @@ -2,7 +2,7 @@
18 # Distributed under the terms of the GNU General Public License v2
19
20 EAPI=5
21 -PYTHON_COMPAT=(python{2_7,3_4,3_5})
22 +PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
23
24 inherit distutils-r1
25
26 @@ -22,5 +22,5 @@ DEPEND="test? ( ${RDEPEND}
27 dev-python/six[${PYTHON_USEDEP}] )"
28
29 python_test() {
30 - py.test || die
31 + py.test -v || die
32 }