summaryrefslogtreecommitdiff
path: root/dev-python/pytest-runner/pytest-runner-5.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pytest-runner/pytest-runner-5.2.ebuild')
-rw-r--r--dev-python/pytest-runner/pytest-runner-5.2.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/pytest-runner/pytest-runner-5.2.ebuild b/dev-python/pytest-runner/pytest-runner-5.2.ebuild
index 353d2171777f..26b4b629950a 100644
--- a/dev-python/pytest-runner/pytest-runner-5.2.ebuild
+++ b/dev-python/pytest-runner/pytest-runner-5.2.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
-
+PYTHON_COMPAT=( pypy3 python2_7 python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Adds support for tests during installation of setup.py files"