Skip nonreproducible Util test in paramiko
This commit is contained in:
parent
14d48a919b
commit
d1f9d97569
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue