Skip to content
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

Merged
merged 1 commit into from
Oct 3, 2020
Merged

Fix tests with Python 3.9 #586

merged 1 commit into from
Oct 3, 2020

Conversation

sbraz
Copy link
Contributor

@sbraz sbraz commented Oct 2, 2020

Let's see if this passes on Travis's nightly Python build. If not, I will probably add 3.9rc2 to the matrix.

Copy link
Member

@asottile asottile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@asottile
Copy link
Member

asottile commented Oct 2, 2020

actually, one other thing -- can you remove these lines?

pyflakes/.travis.yml

Lines 17 to 21 in 684edfc

# TODO: https://bugs.python.org/issue40334
# the PEG parser is currently broken in some cases
allow_failures:
- python: nightly
dist: xenial

@sbraz
Copy link
Contributor Author

sbraz commented Oct 3, 2020

Done, and it passes!

@sbraz
Copy link
Contributor Author

sbraz commented Oct 3, 2020

@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
Copy link
Member

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?

Copy link
Contributor Author

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.

@asottile
Copy link
Member

asottile commented Oct 3, 2020

@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.

probably not for a while, probably best to backport the patches for now 👍

Stop allowing failures on Python nightly.
@asottile asottile merged commit 6a5f38b into PyCQA:master Oct 3, 2020
This was referenced Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants