@@ -42,21 +42,22 @@ setenv =
4242# $set_env.py: COVERAGE_PIP_ARGS - Extra arguments for `pip install`
4343# `--no-build-isolation` will let tox work with no network.
4444commands =
45- # Create tests/zipmods.zip
46- python igor.py zip_mods
47-
48- # Remove the C extension so that we can test the PyTracer
49- python igor.py remove_extension
50-
51- # Test with the PyTracer
52- python igor.py test_with_core pytrace {posargs}
53-
54- # Build the C extension and test with the CTracer
55- python setup.py --quiet build_ext --inplace
56- python -m pip install {env:COVERAGE_PIP_ARGS} -q -e .
57- python igor.py test_with_core ctrace {posargs}
58-
59- py3{12,13,14}{,t},anypy: python igor.py test_with_core sysmon {posargs}
45+ python -m site
46+ ; # Create tests/zipmods.zip
47+ ; python igor.py zip_mods
48+ ;
49+ ; # Remove the C extension so that we can test the PyTracer
50+ ; python igor.py remove_extension
51+ ;
52+ ; # Test with the PyTracer
53+ ; python igor.py test_with_core pytrace {posargs}
54+ ;
55+ ; # Build the C extension and test with the CTracer
56+ ; python setup.py --quiet build_ext --inplace
57+ ; python -m pip install {env:COVERAGE_PIP_ARGS} -q -e .
58+ ; python igor.py test_with_core ctrace {posargs}
59+ ;
60+ ; py3{12,13,14}{,t},anypy: python igor.py test_with_core sysmon {posargs}
6061
6162# Until tox properly supports no-gil interpreter selection
6263[testenv:py313t]
0 commit comments