mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 19:54:05 +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/*
|
||||
|
||||
installShellCompletion --cmd pip \
|
||||
--bash <($out/bin/pip completion --bash) \
|
||||
--fish <($out/bin/pip completion --fish) \
|
||||
--zsh <($out/bin/pip completion --zsh)
|
||||
--bash <($out/bin/pip completion --bash --no-cache-dir) \
|
||||
--fish <($out/bin/pip completion --fish --no-cache-dir) \
|
||||
--zsh <($out/bin/pip completion --zsh --no-cache-dir)
|
||||
'';
|
||||
|
||||
passthru.tests = { inherit pip-tools; };
|
||||
|
Loading…
Reference in New Issue
Block a user