commit: ca3d6971dc0712e3d78fc3846a9297a0bb3856fe
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 07:02:32 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 07:53:16 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3d6971
dev-python/flake8: Drop unnecessary die
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/flake8/flake8-2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/flake8/flake8-2.0-r1.ebuild
b/dev-python/flake8/flake8-2.0-r1.ebuild
index 238e26e..a226f03 100644
--- a/dev-python/flake8/flake8-2.0-r1.ebuild
+++ b/dev-python/flake8/flake8-2.0-r1.ebuild
@@ -28,5 +28,5 @@ RDEPEND="
"
python_test() {
- esetup.py test || die "Tests failed for ${EPYTHON}"
+ esetup.py test
}