dev-python/py: Drop old

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-11-01 19:43:14 +01:00
parent 98c5a0731f
commit 48f83e7878
7 changed files with 1 additions and 215 deletions

View File

@@ -36,7 +36,7 @@ python_test() {
# 1 failure, test_comments, under both pypy only.
# Also appears the home repo has no issue tracker.
[[ "${EPYTHON}" == pypy ]] && return
py.test || die "testing failed with ${EPYTHON}"
py.test -v -v || die "testing failed with ${EPYTHON}"
}
python_install_all() {