summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2019-04-28 11:13:17 +0300
committerMaxim Koltsov <maksbotan@gentoo.org>2019-04-28 11:13:17 +0300
commitdda067b4a42581bce3257c0801721752393c36da (patch)
tree9a3f7c9c78c744eb468dbaa6a16b282c05ea3545
parentdev-python/pytest-rerunfailures: PYTHON_COMPAT 3.7 (diff)
downloadgentoo-dda067b4.tar.gz
gentoo-dda067b4.tar.bz2
gentoo-dda067b4.zip
dev-python/pytest-timeout: PYTHON_COMPAT 3.7
Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Maxim Koltsov <maksbotan@gentoo.org>
-rw-r--r--dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild b/dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild
index e7a02de3673e..cd26fa3585d9 100644
--- a/dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild
+++ b/dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
inherit distutils-r1