summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-10 09:43:43 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-10 09:43:43 +0200
commit0523ede715fda7763681ab62b33c2ad372d386a3 (patch)
tree5e22d172c9a00c55f601c96409a6177e7cb05446 /dev-python
parentdev-python/pytest-cov: Revert "deselect problematic subprocess tests" (diff)
downloadgentoo-0523ede715fda7763681ab62b33c2ad372d386a3.tar.gz
gentoo-0523ede715fda7763681ab62b33c2ad372d386a3.tar.bz2
gentoo-0523ede715fda7763681ab62b33c2ad372d386a3.zip
dev-python/pytest-cov: Fix coverage package symlink
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-cov/pytest-cov-4.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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