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/freezegun/
Date: Sun, 04 Jun 2017 16:56:14
Message-Id: 1496595365.9b6aff32fd550c11be24c3761118d29d52229ca0.mgorny@gentoo
1 commit: 9b6aff32fd550c11be24c3761118d29d52229ca0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 09:44:12 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 16:56:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6aff32
7
8 dev-python/freezegun: Tested on pypy{,3}
9
10 dev-python/freezegun/freezegun-0.3.9.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/freezegun/freezegun-0.3.9.ebuild b/dev-python/freezegun/freezegun-0.3.9.ebuild
14 index 2bbc4fe8556..a782d8873da 100644
15 --- a/dev-python/freezegun/freezegun-0.3.9.ebuild
16 +++ b/dev-python/freezegun/freezegun-0.3.9.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,3_6} )
22 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
23
24 inherit distutils-r1
25
26 @@ -23,5 +23,5 @@ DEPEND="${RDEPEND}
27 dev-python/setuptools[${PYTHON_USEDEP}]"
28
29 python_test() {
30 - nosetests || die
31 + nosetests -v || die
32 }