-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
ansible-lint: explicitly use python2Packages #44413
Conversation
The README tells us to use `pip2`. I infer that this package is not python3-compatible. Also, the build fails when using `python3Packages`.
Success on aarch64-linux (full log) Attempted: ansible-lint Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: ansible-lint Partial log (click to expand)
|
Travis indicates it support both: https://github.com/willthames/ansible-lint/blob/master/.travis.yml |
Okay, the problem is that ansible-lint must use the same |
Arch builds both ansible and ansible-lint with python3. |
Arch ships ansible 2.6, which has not even been released according to https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#id13 but is nevertheless available on PyPI. |
Ah right, forgot about that. |
I wonder if we can now that ansible 2.7 is released and 2.4 is out of support move fully to python3? |
@sengaya sounds like a plan |
replaced by #49764 |
The README tells us to use
pip2
. I infer that this package is not python3-compatible.Also, the build fails when using
python3Packages
.Motivation for this change
#18185
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)cc @sengaya