Skip to content

Commit

Permalink
Use the Python 3.12+ sys.monitoring for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Dec 6, 2024
1 parent 1a9ec79 commit 97736be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ setenv =
PYTHONPATH = {toxinidir}
DJANGO_SETTINGS_MODULE = tests.testapp.settings
PYTHONDEVMODE = 1
# use the Python 3.12+ sys.monitoring
py3.12: COVERAGE_CORE=sysmon
py3.13: COVERAGE_CORE=sysmon

extras = testing

Expand Down

0 comments on commit 97736be

Please sign in to comment.