Skip to content

Commit

Permalink
Merge branch 'automatic-merge' into 'master'
Browse files Browse the repository at this point in the history
Speed up coverage for Python >= 3.12

See merge request it/e3-core!76
  • Loading branch information
pierretr committed Dec 11, 2024
2 parents cbf78d9 + 23fccfa commit 05a0355
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ deps =
codecov: codecov
extras = test

# Speed up coverage on Python >= 3.12
setenv =
# Set COVERAGE_CORE only for Python >= 3.12
COVERAGE_CORE=sysmon
py311: COVERAGE_CORE=
py310: COVERAGE_CORE=
py39: COVERAGE_CORE=

# Run testsuite with coverage when '-cov' and with multi-threading when '-xdist'
# is in the env name
commands=
Expand Down

0 comments on commit 05a0355

Please sign in to comment.