Skip to content

Commit 4d259ce

Browse files
committed
Merge branch 'automatic-merge' into 'master'
Restore COVERAGE_CORE management in tox.ini See merge request it/e3-aws!43
2 parents 13bb4bd + d120e73 commit 4d259ce

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)