summaryrefslogtreecommitdiff
path: root/dev-python/pytest-cov/pytest-cov-4.0.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pytest-cov/pytest-cov-4.0.0-r1.ebuild')
-rw-r--r--dev-python/pytest-cov/pytest-cov-4.0.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-cov/pytest-cov-4.0.0-r1.ebuild b/dev-python/pytest-cov/pytest-cov-4.0.0-r1.ebuild
index 121ae30ad8b7..e78068385cdf 100644
--- a/dev-python/pytest-cov/pytest-cov-4.0.0-r1.ebuild
+++ b/dev-python/pytest-cov/pytest-cov-4.0.0-r1.ebuild
@@ -61,7 +61,7 @@ python_test() {
ln -s "${src}/coverage" \
"${BUILD_DIR}/install$(python_get_sitedir)/coverage" || die
- nonfatal epytest foo
+ nonfatal epytest
local ret=${?}
rm "${BUILD_DIR}/install$(python_get_sitedir)/coverage" || die