commit: 2e14a602f8fdff838bf7d175d8ee386885fc8a50
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 22 14:47:25 2018 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Wed Aug 22 14:47:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e14a602
dev-python/pytest-relaxed: drop python3.7 support
It was a mistake to add python 3.7 support: it's broken due to its
<pytest-3.3 constraint.
Package-Manager: Portage-2.3.48, Repoman-2.3.10
dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
index c5682952917..5fc6498d150 100644
--- a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
+++ b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
@@ -3,7 +3,8 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+# Because of its <pytest-3.3 constraint, python3_7 can't be added
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
inherit distutils-r1