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

CI is failing for Python 3.11 #62

Closed
GraemeWatt opened this issue Jun 23, 2024 · 0 comments · Fixed by #63
Closed

CI is failing for Python 3.11 #62

GraemeWatt opened this issue Jun 23, 2024 · 0 comments · Fixed by #63
Assignees
Labels

Comments

@GraemeWatt
Copy link
Member

The nightly CI failed for Python 3.11 on 23rd June 2024 with error messages like Coverage.py warning: No data was collected. (no-data-collected) and SystemError: null argument to internal routine. The same error messages were obtained on re-running the failed CI jobs, but not with other Python versions or when using Python 3.11 locally. I'm not sure of the reason, but the only change I can see is that coverage 7.5.4 was released on 22nd June 2024. There was a pin coverage<6.0 made in commit dbd0e79 , but it looks like the issue prompting the pin was resolved already in coverage 6.0.1. Removing the pin coverage<6.0 allows the CI to pass with Python 3.11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant