python3Packages.paramiko: disable tests

Deprecation warnings kill the test suite
https://github.com/pyinvoke/invoke/issues/829
This commit is contained in:
Jonathan Ringer 2021-11-25 16:10:30 -08:00
parent 1c017973ca
commit a28f6c0756
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -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 = [