projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f6b65b
)
dev-python/pytest-xdist: Add pypy* support
author
Justin Lecher
<jlec@gentoo.org>
Wed, 9 Sep 2015 08:37:31 +0000
(10:37 +0200)
committer
Justin Lecher
<jlec@gentoo.org>
Wed, 9 Sep 2015 09:49:35 +0000
(11:49 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild
patch
|
blob
|
history
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 38cb802e8896e804a4986218104c3842caa43ce3..57ee098db7cca3870eef0c7beb0fa8e4f63c305e 100644
(file)
--- 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