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

Require coverage.py 7.4.2+ for COVERAGE_CORE: sysmon #7825

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Feb 23, 2024

Re: #7820 (comment)

Coverage.py 7.4.0 added support for Python 3.12's sys.monitoring and COVERAGE_CORE: sysmon, but would also enable it on older versions of Python and fail.

Coverage.py 7.4.2 only uses sys.monitoring when COVERAGE_CORE: sysmon and we're on 3.12+.

So let's make sure we have at least 7.4.2 installed.

I only set it for the workflow that started failing (probably due to caching). We could add it to the others, but I think it's fine if they're passing.

@hugovk hugovk added the Testing label Feb 23, 2024
@radarhere
Copy link
Member

Thanks.

@radarhere radarhere merged commit 5830396 into python-pillow:main Feb 23, 2024
56 checks passed
@hugovk hugovk deleted the coverage-sysmon branch February 23, 2024 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants