We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587633e commit 33a1209Copy full SHA for 33a1209
.pre-commit-config.yaml
@@ -160,7 +160,9 @@ repos:
160
hooks:
161
- id: actionlint
162
163
-# On push to the remote, run the unit tests.
+# On push to the remote, run the unit tests. Note that the `COVERAGE_CORE` variable is
164
+# required for Python 3.12+ to make sure Coverage uses the new Python monitoring module.
165
+# See also: https://blog.trailofbits.com/2025/05/01/making-pypis-test-suite-81-faster/#optimizing-coverage-with-python-312s-sysmonitoring
166
- repo: local
167
168
- id: pytest
0 commit comments