Uh oh!
There was an error while loading. Please reload this page.
Fix CI by allowing it to fail on 3.11 - #12003
Merged
Merged
Conversation
Closed
sobolevn
commented
Jan 17, 2022
MemberAuthor
It does not fail anymore, but is still broken: https://github.com/python/mypy/runs/4844006633?check_suite_focus=true |
sobolevn
commented
Jan 18, 2022
MemberAuthor
CC other CI committers: @hauntsaninja@97littleleaf11@ethanhs This problem blocks other PRs to be merged. We have several options:
|
97littleleaf11
commented
Jan 18, 2022
Collaborator
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. |
JukkaL
commented
Jan 18, 2022
Collaborator
I agree with @97littleleaf11. I think that it's best to disable Python nightly temporarily while typed-ast is broken. |
sobolevn
commented
Jan 18, 2022
MemberAuthor
Done! Thanks everyone! 👍 |
tushar-deepsource pushed a commit
to DeepSourceCorp/mypy
that referenced
this pull request
Jan 20, 2022
KotlinIsland referenced
this pull request
in KotlinIsland/basedmypy
Jan 21, 2022
KotlinIsland referenced
this pull request
in KotlinIsland/basedmypy
Jan 22, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes#12002
Refs #11984