diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-03 09:45:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-03 10:11:31 +0100 |
commit | 46a10e1bf73d0fb422013c6d4de75537324654ad (patch) | |
tree | 9c97ef5fa8d7c56dfd72e63340962791db17d98a /dev-python/pytest-cov | |
parent | dev-python/django-setuptest: Clean old up (diff) | |
download | gentoo-46a10e1bf73d0fb422013c6d4de75537324654ad.tar.gz gentoo-46a10e1bf73d0fb422013c6d4de75537324654ad.tar.bz2 gentoo-46a10e1bf73d0fb422013c6d4de75537324654ad.zip |
dev-python/pytest-cov: Readd pypy3
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.
Diffstat (limited to 'dev-python/pytest-cov')
-rw-r--r-- | dev-python/pytest-cov/pytest-cov-2.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pytest-cov/pytest-cov-2.5.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild b/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild index 5c7a0cdbf23c..c52df7375023 100644 --- a/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild +++ b/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild @@ -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 diff --git a/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild b/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild index 72ead3a4d2c7..6b39b3c8c69e 100644 --- a/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild +++ b/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild @@ -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 |