diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-09 10:37:31 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-09 11:49:35 +0200 |
commit | 4553d9d0db80f38b9930542f08d3bc2f242a31f6 (patch) | |
tree | f87671319897cff7dc81a4d4abedd999424a0224 /dev-python/pytest-xdist | |
parent | dev-python/pytest-xdist: New package, ebuild written by me (diff) | |
download | gentoo-4553d9d0db80f38b9930542f08d3bc2f242a31f6.tar.gz gentoo-4553d9d0db80f38b9930542f08d3bc2f242a31f6.tar.bz2 gentoo-4553d9d0db80f38b9930542f08d3bc2f242a31f6.zip |
dev-python/pytest-xdist: Add pypy* support
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/pytest-xdist')
-rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild index 38cb802e8896..57ee098db7cc 100644 --- a/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) inherit distutils-r1 |