about summary refs log tree commit diff
path: root/pkgs/development/python-modules/paramiko
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-11-25 16:10:30 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-11-30 18:52:37 -0800
commita28f6c075615bd08c060dfc9bea04b616f92a572 (patch)
tree1870c0a4a171e81e9cd7022dd97cf84c616c4a72 /pkgs/development/python-modules/paramiko
parent1c017973cacee168b7cfbd5944f52102289ca3a9 (diff)
python3Packages.paramiko: disable tests
Deprecation warnings kill the test suite
https://github.com/pyinvoke/invoke/issues/829
Diffstat (limited to 'pkgs/development/python-modules/paramiko')
-rw-r--r--pkgs/development/python-modules/paramiko/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/paramiko/default.nix b/pkgs/development/python-modules/paramiko/default.nix
index a64befa1bbd4d..86cdb73b2607d 100644
--- a/pkgs/development/python-modules/paramiko/default.nix
+++ b/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 = [