-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
🐛 Use compatible pytest < 8
when running MyPy against Python 3.7
#937
Conversation
Do we need a news fragment for these trivial fixes? I don't think so. |
@webknjaz, as you can see, this PR fixes CI failures. The only reason for the ❌ mark is the Timeline protection which, I believe, might be skipped in this case. |
Please, make atomic PRs. The one with testing fixes would need a |
I merged dependabot's PR for cibuildwheel. MyPy bump should be separate, but there's no rush to do that — it doesn't seem related and I'm fine waiting for dependabot to send a PR, it's not a priority. |
f83450d
to
e85c449
Compare
Co-authored-by: Sviatoslav Sydorenko <[email protected]>
pytest < 8
when running MyPy against Python 3.7
Hello @webknjaz,
What do these changes do?
These changes:
pytest
/mypy
compatibility issue for Python 3.72.16.5
Are there changes in behavior for the user?
Issues on CI will be resolved.
Related issue number
Checklist
Best regards!