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

tests: fix for release candidates (and test on more versions of Python) #147

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

michalc
Copy link
Member

@michalc michalc commented Sep 20, 2024

Fixes #146

Includes loosening the constraints on versions used to run tests in CI (e.g. pytest, coverage) since the older versions don't seem to work on newer Python. Specifically, coverage 6.2 bombs out with an error on Python 3.11)

@michalc michalc force-pushed the text/fix-for-rc branch 10 times, most recently from 26203f2 to a936d5d Compare September 20, 2024 16:58
Fixes #146

Includes loosening the constraints on versions used to run tests in CI (e.g.
pytest, coverage) since the older versions don't seem to work on newer Python.
Specifically, coverage 6.2 bombs out with an error on Python 3.11)
@michalc michalc merged commit 1addf8c into main Sep 20, 2024
8 checks passed
@michalc michalc deleted the text/fix-for-rc branch September 20, 2024 17:21
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.

Fails to build on RC Python releases
1 participant