Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace coverage with custom framework #874

Closed
wants to merge 3 commits into from
Closed

Conversation

joostvanzwieten
Copy link
Member

Python 3.12 has a significant regression in coverage analysis. Related issue: python/cpython#107674 . This PR replaces coverage with a custom framework built using sys.monitoring, which is only available as of Python 3.12.

There are no longer MKL binaries available on PyPI for MacOS. This patch
disables testing MKL on MacOS.
Python 3.12 complains about invalid escape sequences such as `\d`. Prior
versions are silent. This patch fixes the invalid escape sequences.
nutils/SI.py Show resolved Hide resolved
devtools/gha/unittest.py Show resolved Hide resolved
devtools/gha/unittest.py Show resolved Hide resolved
Python 3.12 has a significant regression in coverage analysis. Related issue:
python/cpython#107674 . This patch replaces coverage
with a custom framework built using `sys.monitoring`, which is only available
as of Python 3.12.
joostvanzwieten added a commit that referenced this pull request May 24, 2024
Python 3.12 has a significant regression in coverage analysis. Related issue:
python/cpython#107674 . This PR replaces coverage
with a custom framework built using `sys.monitoring`, which is only available
as of Python 3.12.
@joostvanzwieten joostvanzwieten deleted the coverage branch May 24, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants