summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-26 19:47:07 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-26 19:47:07 +0200
commit79381c8ab279da0d88d649a9a37be995d2f15d59 (patch)
treee93dabfac06a32b54de1f046032ea8e2d55f9947 /dev-python/pytest-cov
parentdev-python/looseversion: Add python@ as co-maint. (diff)
downloadgentoo-79381c8ab279da0d88d649a9a37be995d2f15d59.tar.gz
gentoo-79381c8ab279da0d88d649a9a37be995d2f15d59.tar.bz2
gentoo-79381c8ab279da0d88d649a9a37be995d2f15d59.zip
dev-python/pytest-cov: Remove accidental foo
Closes: https://bugs.gentoo.org/907064 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-cov')
-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