commit: 79381c8ab279da0d88d649a9a37be995d2f15d59 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 26 17:47:07 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 26 17:47:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79381c8a
dev-python/pytest-cov: Remove accidental foo Closes: https://bugs.gentoo.org/907064 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pytest-cov/pytest-cov-4.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
