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

Stop pinning pylint #1611

Merged
merged 2 commits into from
Oct 27, 2018
Merged

Stop pinning pylint #1611

merged 2 commits into from
Oct 27, 2018

Conversation

jeffwidman
Copy link
Collaborator

@jeffwidman jeffwidman commented Oct 25, 2018

We have many deprecation warnings in the travis logs for things that are fixed in newer versions of pylint or pylint's dependencies.

So opening a PR to see if master passes on whatever version travis pulls in. Note that pylint >= 2.0 does not support python 2, so this will result in different versions of pylint running for python 2 vs python 3. Personally, I am just fine with this.


This change is Reviewable

@jeffwidman
Copy link
Collaborator Author

jeffwidman commented Oct 25, 2018

Filed pylint-dev/pylint#2571 for the one error that is cropping up, as I believe it's a false positive. We'll see what the pylint folks say and whether I should work around it or wait for them to fix upstream.

@tvoinarovskyi
Copy link
Collaborator

Cool, thanks. Those errors were bugging me)

jeffwidman added a commit that referenced this pull request Oct 26, 2018
Temporarily workaround pylint-dev/pylint#2571 so that we can stop pinning `pylint` (#1611)
@jeffwidman
Copy link
Collaborator Author

jeffwidman commented Oct 26, 2018

The pylint team confirmed it's a bug, but I expect will be a little while until they fix it, so I added a temp workaround for now...

jeffwidman added a commit that referenced this pull request Oct 26, 2018
Temporarily workaround pylint-dev/pylint#2571 so that we can stop pinning `pylint` (#1611)
Temporarily workaround pylint-dev/pylint#2571 so that we can stop pinning `pylint`.
We have many deprecation warnings in the travis logs for things that are
fixed in newer versions of `pylint` or `pylint`'s dependencies.

Note that `pylint` >= 2.0 does not support python 2, so this will result
in different versions of pylint running for python 2 vs python 3.
Personally, I am just fine with this.
@jeffwidman jeffwidman merged commit b54607f into master Oct 27, 2018
@jeffwidman jeffwidman deleted the stop-pinning-pylint branch October 29, 2018 04:31
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