pythonPackages.pip: disable tests

+2
+2
pkgs/top-level/python-packages.nix
··· 16344 16344 installFlags = [ "--ignore-installed" ]; 16345 16345 16346 16346 buildInputs = with self; [ mock scripttest virtualenv pretend pytest ]; 16347 + # Pip wants pytest, but tests are not distributed 16348 + doCheck = false; 16347 16349 }; 16348 16350 16349 16351