pythonPackages.pip: disable tests
This commit is contained in:
parent
3e8e6695a0
commit
344225ce68
|
@ -16344,6 +16344,8 @@ in modules // {
|
||||||
installFlags = [ "--ignore-installed" ];
|
installFlags = [ "--ignore-installed" ];
|
||||||
|
|
||||||
buildInputs = with self; [ mock scripttest virtualenv pretend pytest ];
|
buildInputs = with self; [ mock scripttest virtualenv pretend pytest ];
|
||||||
|
# Pip wants pytest, but tests are not distributed
|
||||||
|
doCheck = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue