commit:     2f8d57aea0e40f2c58d856c44592d846b363f561
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 07:02:59 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=2f8d57ae

dev-python/json-rpc: Drop unncessary die

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

 dev-python/json-rpc/json-rpc-1.10.1.ebuild | 2 +-
 dev-python/json-rpc/json-rpc-1.7.0.ebuild  | 2 +-
 dev-python/json-rpc/json-rpc-1.9.2.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/json-rpc/json-rpc-1.10.1.ebuild 
b/dev-python/json-rpc/json-rpc-1.10.1.ebuild
index 1981501..dba072e 100644
--- a/dev-python/json-rpc/json-rpc-1.10.1.ebuild
+++ b/dev-python/json-rpc/json-rpc-1.10.1.ebuild
@@ -24,5 +24,5 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        )"
 
 python_test() {
-       esetup.py test || die
+       esetup.py test
 }

diff --git a/dev-python/json-rpc/json-rpc-1.7.0.ebuild 
b/dev-python/json-rpc/json-rpc-1.7.0.ebuild
index c23d740..840cfd9 100644
--- a/dev-python/json-rpc/json-rpc-1.7.0.ebuild
+++ b/dev-python/json-rpc/json-rpc-1.7.0.ebuild
@@ -23,5 +23,5 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        )"
 
 python_test() {
-       esetup.py test || die
+       esetup.py test
 }

diff --git a/dev-python/json-rpc/json-rpc-1.9.2.ebuild 
b/dev-python/json-rpc/json-rpc-1.9.2.ebuild
index 45e2d77..050502e 100644
--- a/dev-python/json-rpc/json-rpc-1.9.2.ebuild
+++ b/dev-python/json-rpc/json-rpc-1.9.2.ebuild
@@ -23,5 +23,5 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        )"
 
 python_test() {
-       esetup.py test || die
+       esetup.py test
 }

Reply via email to