Skip nonreproducible Util test in paramiko

This commit is contained in:
Dario Bertini 2014-12-09 17:21:53 +01:00
parent 14d48a919b
commit d1f9d97569
No known key found for this signature in database
GPG Key ID: B002EFE5F9B7F7F4

View File

@ -6311,6 +6311,7 @@ let
# https://github.com/paramiko/paramiko/issues/449
doCheck = !(isPyPy || isPy33);
checkPhase = ''
sed '/UtilTest/d' -i test.py
${python}/bin/${python.executable} test.py --no-sftp --no-big-file
'';