python3Packages.paramiko: disable tests

Deprecation warnings kill the test suite
https://github.com/pyinvoke/invoke/issues/829
main
Jonathan Ringer 3 years ago
parent 1c017973ca
commit a28f6c0756
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 3
      pkgs/development/python-modules/paramiko/default.nix

@ -22,6 +22,9 @@ buildPythonPackage rec {
propagatedBuildInputs = [ bcrypt cryptography pynacl pyasn1 ];
# with python 3.9.6+, the deprecation warnings will fail the test suite
# see: https://github.com/pyinvoke/invoke/issues/829
doCheck = false;
checkInputs = [ invoke pytestCheckHook pytest-relaxed mock ];
disabledTestPaths = [

Loading…
Cancel
Save