mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
pyinfra: Fix build by relaxing dependencies
This commit is contained in:
@@ -68,6 +68,11 @@ buildPythonPackage (finalAttrs: {
|
||||
|
||||
pythonImportsCheck = [ "pyinfra" ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"paramiko"
|
||||
"types-paramiko"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# Test requires SSH binary
|
||||
"test_load_ssh_config"
|
||||
|
||||
Reference in New Issue
Block a user