summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-09-21 00:16:41 -0400
committerTim Harder <radhermit@gentoo.org>2017-09-21 01:12:27 -0400
commita9e850c09a1d6a4d9ef4063e34dd39d43cafd94e (patch)
tree2e994eec2226d2f34980a27784a9bcce361f31a4 /dev-python/pytest-fixture-config
parentdev-python/contextlib2: add pypy3 to PYTHON_COMPAT (diff)
downloadgentoo-a9e850c09a1d6a4d9ef4063e34dd39d43cafd94e.tar.gz
gentoo-a9e850c09a1d6a4d9ef4063e34dd39d43cafd94e.tar.bz2
gentoo-a9e850c09a1d6a4d9ef4063e34dd39d43cafd94e.zip
dev-python/pytest-fixture-config: add pypy/pypy3 to PYTHON_COMPAT
Diffstat (limited to 'dev-python/pytest-fixture-config')
-rw-r--r--dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index a607d181c714..62dfb8e15204 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
inherit distutils-r1