dev-python/dbfread: remove superfluous die after epytest

Signed-off-by: Louis Sautier <sbraz@gentoo.org>
This commit is contained in:
Louis Sautier
2021-08-08 22:30:42 +02:00
parent 7697b67281
commit 949744485d

View File

@@ -36,5 +36,5 @@ python_test() {
pytest_args+=(--deselect "${test_name}")
done
epytest "${pytest_args[@]}" || die
epytest "${pytest_args[@]}"
}