Add paramiko test removal comment

This commit is contained in:
Dario Bertini 2014-12-09 18:16:17 +01:00
parent d1f9d97569
commit 4ac75c3f79
No known key found for this signature in database
GPG Key ID: B002EFE5F9B7F7F4

View File

@ -6311,7 +6311,9 @@ let
# https://github.com/paramiko/paramiko/issues/449
doCheck = !(isPyPy || isPy33);
checkPhase = ''
# test_util needs to resolve an hostname, thus failing when the fw blocks it
sed '/UtilTest/d' -i test.py
${python}/bin/${python.executable} test.py --no-sftp --no-big-file
'';