Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 912814 | Differences between
and this patch

Collapse All | Expand All

(-)a/tests/run/coverage_cmd_src_pkg_layout.srctree (-1 / +1 lines)
Lines 2-8 Link Here
2
# tag: coverage,trace
2
# tag: coverage,trace
3
3
4
"""
4
"""
5
PYTHON -m pip install .
5
PYTHON -m pip install --break-system-packages .
6
PYTHON setup.py build_ext --inplace
6
PYTHON setup.py build_ext --inplace
7
PYTHON -m coverage run --source=pkg coverage_test.py
7
PYTHON -m coverage run --source=pkg coverage_test.py
8
PYTHON collect_coverage.py
8
PYTHON collect_coverage.py

Return to bug 912814