summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-01 19:43:14 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-02 12:47:12 +0100
commit48f83e7878a062e4ec0b665a2a1b958205b68205 (patch)
treeadacf61327e0a10e9ed403740eabf4558d41fed0 /dev-python/py/py-1.4.30.ebuild
parentdev-python/pytest-runner: Keyword under ALLARCHES policy (diff)
downloadgentoo-48f83e7878a062e4ec0b665a2a1b958205b68205.tar.gz
gentoo-48f83e7878a062e4ec0b665a2a1b958205b68205.tar.bz2
gentoo-48f83e7878a062e4ec0b665a2a1b958205b68205.zip
dev-python/py: Drop old
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/py/py-1.4.30.ebuild')
-rw-r--r--dev-python/py/py-1.4.30.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/py/py-1.4.30.ebuild b/dev-python/py/py-1.4.30.ebuild
index 1ea51d06536b..2c701149cce4 100644
--- a/dev-python/py/py-1.4.30.ebuild
+++ b/dev-python/py/py-1.4.30.ebuild
@@ -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() {