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

pythonPackages.pylint: 2.2.3 -> 2.3.1 #61648

Merged
merged 2 commits into from May 19, 2019

Conversation

jonringer
Copy link
Contributor

Motivation for this change

pylint was broken for python3.5 an python3.6 as mentioned in #61646

looks like bumping the version fixed some of their unit tests that were failing with 3.5-3.6 interpreters.

nix-build -A python36Packages.pylint
nix-build -A python35Packages.pylint
nix-build -A python37Packages.pylint
nix-build -A pythonPackages.pylint

now all work.
I only tested the pytest executable wrapper of build outputs, and it seems to work as expected.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Closure for python37Packages.pylint: 102.4M -> 103.3M (the others were broken)

@marsam
Copy link
Contributor

marsam commented May 18, 2019

@GrahamcOfBorg build pythonPackages.pylint python3Packages.pylint

@jonringer
Copy link
Contributor Author

@GrahamcOfBorg build pythonPackages.pylint python3Packages.pylint python36Packages.pylint python35Packages.pylint

@marsam marsam merged commit 7aaa1cf into NixOS:master May 19, 2019
@marsam
Copy link
Contributor

marsam commented May 19, 2019

Tested locally on NixOS and darwin
Thanks!

@jonringer jonringer deleted the joringer/bump_pylint branch May 20, 2019 05:25
@vbgl
Copy link
Contributor

vbgl commented Jun 6, 2019

The astroid update broke asttokens (on python 3).

@marsam
Copy link
Contributor

marsam commented Jun 6, 2019

looks like upstream fixed it gristlabs/asttokens@21caaaa. I'm going to update it later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants