commit:     9b6aff32fd550c11be24c3761118d29d52229ca0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  4 09:44:12 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 16:56:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6aff32

dev-python/freezegun: Tested on pypy{,3}

 dev-python/freezegun/freezegun-0.3.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/freezegun/freezegun-0.3.9.ebuild 
b/dev-python/freezegun/freezegun-0.3.9.ebuild
index 2bbc4fe8556..a782d8873da 100644
--- a/dev-python/freezegun/freezegun-0.3.9.ebuild
+++ b/dev-python/freezegun/freezegun-0.3.9.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
 
 inherit distutils-r1
 
@@ -23,5 +23,5 @@ DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]"
 
 python_test() {
-       nosetests || die
+       nosetests -v || die
 }

Reply via email to