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.
This commit is contained in:
Michał Górny
2018-01-03 09:45:33 +01:00
parent a0fc0f9bbe
commit 46a10e1bf7
2 changed files with 4 additions and 4 deletions

View 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

View 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