We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ae57d3 + b4013fc commit 5ce15a5Copy full SHA for 5ce15a5
tox.ini
@@ -15,11 +15,11 @@ extras = test
15
16
# Speed up coverage on Python >= 3.12
17
setenv =
18
- # Set COVERAGE_CORE only for Python >= 3.12
19
- COVERAGE_CORE=sysmon
20
- py311: COVERAGE_CORE=
21
- py310: COVERAGE_CORE=
22
- py39: COVERAGE_CORE=
+ # Set COVERAGE_CORE only for Python >= 3.12
+ COVERAGE_CORE=sysmon
+ py311: COVERAGE_CORE=
+ py310: COVERAGE_CORE=
+ py39: COVERAGE_CORE=
23
24
# Run testsuite with coverage when '-cov' and with multi-threading when '-xdist'
25
# is in the env name
0 commit comments