commit: 10e53506d119a545d38c49fe86505df83ef70a89 Author: Tony Vroon <chainsaw <AT> gentoo <DOT> org> AuthorDate: Wed May 22 14:41:53 2019 +0000 Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org> CommitDate: Wed May 22 14:48:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e53506
dev-python/pytest-flakes: Widen PYTHON_COMPAT Test suite passes for Python 3.6 & 3.7, so add to PYTHON_COMPAT. Bug: https://bugs.gentoo.org/678422 Suggested-By: Pacho Ramos <pacho <AT> gentoo.org> Signed-Off-By: Tony Vroon <chainsaw <AT> gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/pytest-flakes/pytest-flakes-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-flakes/pytest-flakes-4.0.0.ebuild b/dev-python/pytest-flakes/pytest-flakes-4.0.0.ebuild index d273097c800..adbbf8912f9 100644 --- a/dev-python/pytest-flakes/pytest-flakes-4.0.0.ebuild +++ b/dev-python/pytest-flakes/pytest-flakes-4.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3) inherit distutils-r1
