dev-python/pytest-cov: Readd pypy3
authorMichał Górny <mgorny@gentoo.org>
Wed, 3 Jan 2018 08:45:33 +0000 (09:45 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 3 Jan 2018 09:11:31 +0000 (10:11 +0100)
Readd pypy3 that was removed in 2.3.1 bump for no obvious reason. It is
required by reverse dependencies (dev-python/sphinx most notably)
and it is supported by all forward dependencies. At the same time,
the tests are completely broken for all implementations.

dev-python/pytest-cov/pytest-cov-2.3.1.ebuild
dev-python/pytest-cov/pytest-cov-2.5.1.ebuild

index 5c7a0cdbf23c4021c60a127218f532562d2e7dc3..c52df7375023740f0c890e4ea95b9ebfb3fe38f0 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1
 
index 72ead3a4d2c7d607688d33804a57e71d288158ab..6b39b3c8c69e77f34851f483d3bbab9ccf37ce46 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1