mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-30 01:23:03 +00:00
python3Packages.pip: silence pip warning in build
This commit is contained in:
parent
30b6520d9e
commit
b1c95fb843
@ -80,9 +80,9 @@ buildPythonPackage rec {
|
|||||||
installManPage docs/build/man/*
|
installManPage docs/build/man/*
|
||||||
|
|
||||||
installShellCompletion --cmd pip \
|
installShellCompletion --cmd pip \
|
||||||
--bash <($out/bin/pip completion --bash) \
|
--bash <($out/bin/pip completion --bash --no-cache-dir) \
|
||||||
--fish <($out/bin/pip completion --fish) \
|
--fish <($out/bin/pip completion --fish --no-cache-dir) \
|
||||||
--zsh <($out/bin/pip completion --zsh)
|
--zsh <($out/bin/pip completion --zsh --no-cache-dir)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.tests = { inherit pip-tools; };
|
passthru.tests = { inherit pip-tools; };
|
||||||
|
Loading…
Reference in New Issue
Block a user