mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
pypyPackages.paramiko: disable tests
This commit is contained in:
parent
c1f55dcd35
commit
90badb42d1
@ -5788,6 +5788,7 @@ let
|
||||
|
||||
propagatedBuildInputs = with self; [ pycrypto ecdsa ];
|
||||
|
||||
doCheck = !isPyPy;
|
||||
checkPhase = ''
|
||||
${python}/bin/${python.executable} test.py --no-sftp --no-big-file
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user