-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
python3Packages.astroid: 2.4.2 -> 2.5.0 #112908
Conversation
@@ -23,7 +56,9 @@ buildPythonPackage rec { | |||
++ lib.optional (pythonOlder "3.5") typing | |||
++ lib.optional (!isPyPy) typed-ast; |
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 think we do not need typed-ast for 3.9 https://github.com/PyCQA/astroid/blob/astroid-2.4.2/astroid/__pkginfo__.py#L32
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.
In fact we only need it < 3.8.
f684c5b
to
eb1865e
Compare
/rebase-staging |
eb1865e
to
9ae64b0
Compare
9ae64b0
to
b7ff3c0
Compare
Meanwhile a new upstream release happened and that simplifies the situation alot. |
b7ff3c0
to
5e2be33
Compare
0b65103
to
ea10fa1
Compare
This is a semi-automatic executed nixpkgs-review with nixpkgs-review-checks extension. It is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch). Result of 2 packages failed to build and are new build failures:
3 packages built:
The following issues got detected with the above build packages.
hydra-unstable:
Near pkgs/development/tools/misc/hydra/common.nix:133:5:
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/unclear-gpl.md Near pkgs/development/tools/misc/hydra/common.nix:81:3:
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/build-tools-in-build-inputs.md Near pkgs/development/tools/misc/hydra/common.nix:81:3:
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/build-tools-in-build-inputs.md Near pkgs/development/tools/misc/hydra/common.nix:81:3:
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/build-tools-in-build-inputs.md Near pkgs/development/tools/misc/hydra/common.nix:81:3:
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/build-tools-in-build-inputs.md Near pkgs/development/tools/misc/hydra/common.nix:81:3:
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/build-tools-in-build-inputs.md Near pkgs/development/tools/misc/hydra/common.nix:81:3:
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/build-tools-in-build-inputs.md Near pkgs/development/tools/misc/hydra/common.nix:81:3:
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/build-tools-in-build-inputs.md
Unused argument:
Unused argument:
Near pkgs/development/python-modules/astroid/default.nix:36:5:
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/unclear-gpl.md
Near pkgs/development/python-modules/astroid/default.nix:36:5:
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/unclear-gpl.md
Near pkgs/development/python-modules/astroid/default.nix:36:5:
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/unclear-gpl.md |
home-assistant and hydra-unstable fail because of pylint.
|
The latest pylint release (2.6.2, 2 days ago) is apparently not yet compatible with astroid 2.5.0.
pylint-dev/pylint#4099 (comment) (2 days ago) |
@FRidh This is good to go. |
82deacc
to
128b2a8
Compare
/rebase staging |
42c8180
to
da92fff
Compare
Rebased, please reopen the pull request to restart CI |
#116814 fixes darwin build of |
The test no longer exists after NixOS#112908: ``` Disabled tests path "pylint/test/test_functional.py" does not exist. Aborting ```
Motivation for this change
Python 3.9 ❤️
Updates to 2.5.0 which was released today (2020-02-16).
https://github.com/PyCQA/astroid/releases/tag/astroid-2.5
Applies patches that fix Python 3.9 support in the testsuite:Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)