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