pypyPackages.paramiko: disable tests

This commit is contained in:
Domen Kožar 2014-10-14 21:06:49 +02:00
parent c1f55dcd35
commit 90badb42d1

View File

@ -5788,6 +5788,7 @@ let
propagatedBuildInputs = with self; [ pycrypto ecdsa ];
doCheck = !isPyPy;
checkPhase = ''
${python}/bin/${python.executable} test.py --no-sftp --no-big-file
'';