mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
Add paramiko test removal comment
This commit is contained in:
parent
d1f9d97569
commit
4ac75c3f79
@ -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
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user