commit:     295fda9539f408a0e4633a08748f5e130bf7c800
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  7 11:26:52 2021 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 11:28:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=295fda95

dev-python/pushbullet-py: remove die after epytest

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 dev-python/pushbullet-py/pushbullet-py-0.12.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/pushbullet-py/pushbullet-py-0.12.0.ebuild 
b/dev-python/pushbullet-py/pushbullet-py-0.12.0.ebuild
index 77ea383ad82..ab98843f51a 100644
--- a/dev-python/pushbullet-py/pushbullet-py-0.12.0.ebuild
+++ b/dev-python/pushbullet-py/pushbullet-py-0.12.0.ebuild
@@ -34,8 +34,7 @@ distutils_enable_tests pytest
 
 python_test() {
        # Skip tests which require internet access
-       PUSHBULLET_API_KEY= epytest -k "not (test_auth or test_decryption)" \
-               || die "Tests failed with ${EPYTHON}"
+       PUSHBULLET_API_KEY= epytest -k "not (test_auth or test_decryption)"
 }
 
 python_install_all() {

Reply via email to