paramiko: disable tests on py33
This commit is contained in:
parent
7de1691b6d
commit
3ff9a7507a
@ -6203,7 +6203,8 @@ let
|
|||||||
|
|
||||||
propagatedBuildInputs = with self; [ pycrypto ecdsa ];
|
propagatedBuildInputs = with self; [ pycrypto ecdsa ];
|
||||||
|
|
||||||
doCheck = !isPyPy;
|
# https://github.com/paramiko/paramiko/issues/449
|
||||||
|
doCheck = !(isPyPy || isPy33);
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
${python}/bin/${python.executable} test.py --no-sftp --no-big-file
|
${python}/bin/${python.executable} test.py --no-sftp --no-big-file
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user