diff --git a/dev-python/dbfread/dbfread-2.0.7.ebuild b/dev-python/dbfread/dbfread-2.0.7.ebuild index a2df96057106c..4a571406dac87 100644 --- a/dev-python/dbfread/dbfread-2.0.7.ebuild +++ b/dev-python/dbfread/dbfread-2.0.7.ebuild @@ -36,5 +36,5 @@ python_test() { pytest_args+=(--deselect "${test_name}") done - epytest "${pytest_args[@]}" || die + epytest "${pytest_args[@]}" }