python3Packages.paramiko: disable tests
Deprecation warnings kill the test suite https://github.com/pyinvoke/invoke/issues/829
This commit is contained in:
parent
1c017973ca
commit
a28f6c0756
@ -22,6 +22,9 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ bcrypt cryptography pynacl pyasn1 ];
|
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 ];
|
checkInputs = [ invoke pytestCheckHook pytest-relaxed mock ];
|
||||||
|
|
||||||
disabledTestPaths = [
|
disabledTestPaths = [
|
||||||
|
Loading…
Reference in New Issue
Block a user