-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
buildbot broken by pylint upgrade #45782
Comments
/cc @dotlambda, @FRidh. |
It seems like it's time to move buildbot to python3: #45789. |
Wow. That was an awesomely quick response. Thanks, @dotlambda! |
Pylint 1.8/1.9 is still maintained until 2020, so that is an alternative to maintain Python 2 support. |
Regardless, I wouldn't delay migration to python3 as the default without a good reason, even if the official un-supporting is still a bit over a year away. |
Moving exclusively to Python 3 has the potential to break configurations, because they are written in Python. This might be fine, but we should be aware of it. See #45789 for more of this discussion. |
I think we should provide indeed provide pylint 1.9 as |
Please discuss ideas/plans and such on the issue (#45789), not the PR. |
#45890 was merged a while ago, so this issue is resolved |
Issue description
Following this commit to upgrade
pylint
,buildbot
no longer builds -- it uses Python 2.7, depends onpylint
, and the latestpylint
hasdisabled = pythonOlder "3.4"
.Steps to reproduce
Try to install the
buildbot
package.Technical details
"x86_64-linux"
Linux 4.18.5-arch1-1-ARCH, Arch Linux, noversion
no
no
nix-env (Nix) 2.0.4
"nixpkgs-18.09pre149415.8395f9aa85e"
/home/iross/.nix-defexpr/channels/nixpkgs
The text was updated successfully, but these errors were encountered: