-
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 tests with Python 3.9 #586
Conversation
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.
actually, one other thing -- can you remove these lines? Lines 17 to 21 in 684edfc
|
Done, and it passes! |
@asottile do you think you will release a new version soon? If not, I'll simply backport my patches to Gentoo for the time being. |
# the PEG parser is currently broken in some cases | ||
allow_failures: | ||
- python: nightly | ||
dist: xenial |
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.
oh oops now that I look at this, this is 3.10a0 -- should we select 3.9
here explicitly?
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've set it to 3.9-dev
. It seems to be the best way at the moment.
probably not for a while, probably best to backport the patches for now 👍 |
Stop allowing failures on Python nightly.
Let's see if this passes on Travis's nightly Python build. If not, I will probably add 3.9rc2 to the matrix.