-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 the multiple-statements issue on pypy 3.8 #7945
Fix the multiple-statements issue on pypy 3.8 #7945
Conversation
6d02275
to
5688009
Compare
c301e8b
to
9883a07
Compare
tests/functional/a/alternative/alternative_union_syntax_error.py
Outdated
Show resolved
Hide resolved
47006ec
to
14de8a9
Compare
This comment has been minimized.
This comment has been minimized.
14de8a9
to
8eb551c
Compare
In order to help when the target interpreter is not installed locally and you can't update automatically yourself (pypy/old interpreters like python 3.7). Done for: Refs pylint-dev#7945
4861eb2
to
ede5005
Compare
Pull Request Test Coverage Report for Build 3705224338
💛 - Coveralls |
It's triggering on some |
f1d4315
to
d7fa94c
Compare
This comment has been minimized.
This comment has been minimized.
c21c6c9
to
27a62e2
Compare
27a62e2
to
814ae24
Compare
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.
I don't really understand this PR? Are all these formatting changes necessary for PyPy to pass?
I formatted the disable because as I added 3 new lines I had to regenerate the output anyway, might as well clean up a little. |
But there are also multiple file moves right? What's is the actual fix the unblock CI? |
In order to help when the target interpreter is not installed locally and you can't update automatically yourself (pypy/old interpreters like python 3.7). Done for: Refs #7945
814ae24 (There might be little bit of fix in the moved files from the two previous commit which is why I did not separate them). |
…t-dev#7948) In order to help when the target interpreter is not installed locally and you can't update automatically yourself (pypy/old interpreters like python 3.7). Done for: Refs pylint-dev#7945
…t-dev#7948) In order to help when the target interpreter is not installed locally and you can't update automatically yourself (pypy/old interpreters like python 3.7). Done for: Refs pylint-dev#7945
In order to help when the target interpreter is not installed locally and you can't update automatically yourself (pypy/old interpreters like python 3.7). Done for: Refs #7945
Type of Changes
Description
Problem appeared recently hard to know exactly why because we were using a cached environment for some time before.