3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.pip: disable tests

This commit is contained in:
Frederik Rietdijk 2016-06-01 15:26:33 +02:00
parent 3e8e6695a0
commit 344225ce68

View file

@ -16344,6 +16344,8 @@ in modules // {
installFlags = [ "--ignore-installed" ];
buildInputs = with self; [ mock scripttest virtualenv pretend pytest ];
# Pip wants pytest, but tests are not distributed
doCheck = false;
};