commit: 0523ede715fda7763681ab62b33c2ad372d386a3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 10 07:43:43 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 07:43:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0523ede7
dev-python/pytest-cov: Fix coverage package symlink
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-cov/pytest-cov-4.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-cov/pytest-cov-4.1.0.ebuild
b/dev-python/pytest-cov/pytest-cov-4.1.0.ebuild
index 7ef9b625e52a..fcca632cba8c 100644
--- a/dev-python/pytest-cov/pytest-cov-4.1.0.ebuild
+++ b/dev-python/pytest-cov/pytest-cov-4.1.0.ebuild
@@ -62,7 +62,7 @@ python_test() {
)
# TODO: why do we need to do that?!
# https://github.com/pytest-dev/pytest-cov/issues/517
- ln -s "${src}/coverage" \
+ ln -s "${src}" \
"${BUILD_DIR}/install$(python_get_sitedir)/coverage" || die
nonfatal epytest -n "$(makeopts_jobs)" --dist=worksteal