Skip to content

Commit 839f57a

Browse files
committed
Merge branch 'automatic-merge' into 'master'
Restore COVERAGE_CORE management in tox.ini See merge request it/e3-core!103
2 parents 8a2ea9b + ee7a45d commit 839f57a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ setenv =
1818
# Set COVERAGE_CORE only for Python >= 3.12
1919
COVERAGE_CORE=sysmon
2020
py311: COVERAGE_CORE=
21+
py310: COVERAGE_CORE=
22+
py39: COVERAGE_CORE=
2123

2224
# Run testsuite with coverage when '-cov' and with multi-threading when '-xdist'
2325
# is in the env name

0 commit comments

Comments
 (0)