-
Notifications
You must be signed in to change notification settings - Fork 180
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 test for nightly Python (3.9) #532
Conversation
2397757
to
b03aaaf
Compare
OK, test passes now but feels way too brittle. Should be enough to assert that the error starts with |
could you rebase this? it should be fixed upstream now |
Done! But the Travis check does not seem to have run for some reason. |
looks like the new PEG parser has broken these even further :( |
Drop these tests for nightly? Seem a little too fragile? |
the tests are valuable, and have pointed out a bug in cpython I think we'll probably |
OK, where is that setting? (Should probably move some version of these tests into CPython if they are useful in catching CPython bugs) |
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.
Trying to get the nightly test in #530 to pass.