Skip to content

Commit

Permalink
Allow coverage to use sys.monitoring where available
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Mar 5, 2024
1 parent d6712fb commit daaacd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ setenv =
PYTHONPATH = {toxinidir}
DJANGO_SETTINGS_MODULE = tests.settings
PYTHONDEVMODE = 1
# will use the Python 3.12+ sys.monitoring when available
COVERAGE_CORE=sysmon

deps =
coverage>=7.0,<8.0
Expand Down

0 comments on commit daaacd7

Please sign in to comment.