diff --git a/dev-python/path-py/path-py-10.3.1.ebuild b/dev-python/path-py/path-py-10.3.1.ebuild index efd60c7a6772a..baf04feb81f05 100644 --- a/dev-python/path-py/path-py-10.3.1.ebuild +++ b/dev-python/path-py/path-py-10.3.1.ebuild @@ -34,5 +34,5 @@ python_prepare_all() { } python_test() { - py.test -v + py.test -v || die }