diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-01 19:43:14 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-02 12:47:12 +0100 |
commit | 48f83e7878a062e4ec0b665a2a1b958205b68205 (patch) | |
tree | adacf61327e0a10e9ed403740eabf4558d41fed0 /dev-python/py/py-1.4.30.ebuild | |
parent | dev-python/pytest-runner: Keyword under ALLARCHES policy (diff) | |
download | gentoo-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.ebuild | 2 |
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() { |