python.pkgs.pip: build -> test dependencies
This commit is contained in:
parent
a8f6f8d1e4
commit
dc2250eb5e
|
@ -18081,7 +18081,7 @@ in {
|
|||
# to force it a little.
|
||||
installFlags = [ "--ignore-installed" ];
|
||||
|
||||
buildInputs = with self; [ mock scripttest virtualenv pretend pytest ];
|
||||
checkInputs = with self; [ mock scripttest virtualenv pretend pytest ];
|
||||
# Pip wants pytest, but tests are not distributed
|
||||
doCheck = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue