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
This commit is contained in:
Virgil Dupras
2018-08-22 10:47:25 -04:00
parent 737eb6ff13
commit 2e14a602f8

View File

@@ -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