python.pkgs.pip: build -> test dependencies

This commit is contained in:
Frederik Rietdijk 2017-05-27 12:32:13 +02:00
parent a8f6f8d1e4
commit dc2250eb5e

View file

@ -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;