mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.paramiko: disable tests
Deprecation warnings kill the test suite https://github.com/pyinvoke/invoke/issues/829
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user