summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2018-08-22 10:47:25 -0400
committerVirgil Dupras <vdupras@gentoo.org>2018-08-22 10:47:25 -0400
commit2e14a602f8fdff838bf7d175d8ee386885fc8a50 (patch)
tree1865a8cb59bce65cbe5735d9b735e9133ba0f179 /dev-python/pytest-relaxed
parentdev-util/envman: version bump 1.2.1 (diff)
downloadgentoo-2e14a602f8fdff838bf7d175d8ee386885fc8a50.tar.gz
gentoo-2e14a602f8fdff838bf7d175d8ee386885fc8a50.tar.bz2
gentoo-2e14a602f8fdff838bf7d175d8ee386885fc8a50.zip
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
Diffstat (limited to 'dev-python/pytest-relaxed')
-rw-r--r--dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild3
1 files changed, 2 insertions, 1 deletions
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 c5682952917b..5fc6498d150e 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