diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-08-07 13:26:52 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-08-07 13:28:36 +0200 |
commit | 295fda9539f408a0e4633a08748f5e130bf7c800 (patch) | |
tree | f5da128f9ecaeb14c31b6118a24eabc7850d55d3 /dev-python/pushbullet-py | |
parent | dev-python/dockerpty: enable py3.10 (diff) | |
download | gentoo-295fda9539f408a0e4633a08748f5e130bf7c800.tar.gz gentoo-295fda9539f408a0e4633a08748f5e130bf7c800.tar.bz2 gentoo-295fda9539f408a0e4633a08748f5e130bf7c800.zip |
dev-python/pushbullet-py: remove die after epytest
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/pushbullet-py')
-rw-r--r-- | dev-python/pushbullet-py/pushbullet-py-0.12.0.ebuild | 3 |
1 files changed, 1 insertions, 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 77ea383ad825..ab98843f51a2 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() { |