-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Fix CI by allowing it to fail on 3.11
#12003
Conversation
It does not fail anymore, but is still broken: https://github.com/python/mypy/runs/4844006633?check_suite_focus=true |
CC other CI committers: @hauntsaninja @97littleleaf11 @ethanhs This problem blocks other PRs to be merged. We have several options:
|
The first two options are the same - they skip all the tests on Python 3.11. I prefer droping python nightly test for a while and just wait for fix on typed-ast. |
I agree with @97littleleaf11. I think that it's best to disable Python nightly temporarily while typed-ast is broken. |
Done! Thanks everyone! 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Closes #12002
Refs #11984