-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Failing functional tests with Python 3.9 #3895
Comments
|
For the syntax related issue it seems to be due to the new parser since using old parser parses the the statement though the statement is not legal.
|
The syntax issue seems to have been closed in https://bugs.python.org/issue40631 |
|
Thanks for the analysis, this means there is only one actual issue with NamedTuple, right? What should be done about the star syntax that was not valid anyway? Skip it? |
yes, something like below could be added to skip syntax related issue :
|
Thanks all for your very interesting messages. We definitely need to fix this and support |
@JulienPalard thanks for your message. I'll try to make a review ASAP. |
I'm working on those problems. In fact the |
Steps to reproduce
Current behavior
Hi, currently 5 tests fail with Python 3.9:
Additional info
With @JulienPalard's changes in #3890, there are only 3 failures left:
Reproducer
Dockerfile
(I'm only runningtest_functional
because other tests pass):The text was updated successfully, but these errors were encountered: