commit:     91f71e4368f9897862da955dfee59481632d1f8f
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 07:14:51 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 07:53:20 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f71e43

dev-python/websocket-client: Drop unncessary die

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/websocket-client/websocket-client-0.21.0.ebuild | 3 ++-
 dev-python/websocket-client/websocket-client-0.29.0.ebuild | 3 ++-
 dev-python/websocket-client/websocket-client-0.31.0.ebuild | 3 ++-
 dev-python/websocket-client/websocket-client-0.32.0.ebuild | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-python/websocket-client/websocket-client-0.21.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.21.0.ebuild
index 889ab1c..d87776a 100644
--- a/dev-python/websocket-client/websocket-client-0.21.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.21.0.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
 
 inherit distutils-r1 vcs-snapshot
@@ -23,7 +24,7 @@ RDEPEND="
 "
 
 python_test() {
-       esetup.py test || die "Tests failed under ${EPYTHON}"
+       esetup.py test
 }
 
 python_install_all() {

diff --git a/dev-python/websocket-client/websocket-client-0.29.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.29.0.ebuild
index 92d7d67..de7e120 100644
--- a/dev-python/websocket-client/websocket-client-0.29.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.29.0.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
 
 inherit distutils-r1 vcs-snapshot
@@ -25,7 +26,7 @@ RDEPEND="
 "
 
 python_test() {
-       esetup.py test || die "Tests failed under ${EPYTHON}"
+       esetup.py test
 }
 
 python_install_all() {

diff --git a/dev-python/websocket-client/websocket-client-0.31.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.31.0.ebuild
index 92d7d67..de7e120 100644
--- a/dev-python/websocket-client/websocket-client-0.31.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.31.0.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
 
 inherit distutils-r1 vcs-snapshot
@@ -25,7 +26,7 @@ RDEPEND="
 "
 
 python_test() {
-       esetup.py test || die "Tests failed under ${EPYTHON}"
+       esetup.py test
 }
 
 python_install_all() {

diff --git a/dev-python/websocket-client/websocket-client-0.32.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.32.0.ebuild
index 92d7d67..de7e120 100644
--- a/dev-python/websocket-client/websocket-client-0.32.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.32.0.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
 
 inherit distutils-r1 vcs-snapshot
@@ -25,7 +26,7 @@ RDEPEND="
 "
 
 python_test() {
-       esetup.py test || die "Tests failed under ${EPYTHON}"
+       esetup.py test
 }
 
 python_install_all() {

Reply via email to