diff options
Diffstat (limited to 'dev-python/wxpython/wxpython-4.0.6.ebuild')
-rw-r--r-- | dev-python/wxpython/wxpython-4.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wxpython/wxpython-4.0.6.ebuild b/dev-python/wxpython/wxpython-4.0.6.ebuild index 50dc98771f85..4627a9776889 100644 --- a/dev-python/wxpython/wxpython-4.0.6.ebuild +++ b/dev-python/wxpython/wxpython-4.0.6.ebuild @@ -86,5 +86,5 @@ python_install() { } python_test() { - virtx pytest -vv unittests || die "Test failed with ${EPYTHON}" + virtx pytest -vv unittests } |