pyinfra: Fix build by relaxing dependencies

This commit is contained in:
Robert Sliwinski
2026-07-17 22:02:37 +02:00
parent dab201c0a2
commit 5126e8acb3
@@ -68,6 +68,11 @@ buildPythonPackage (finalAttrs: {
pythonImportsCheck = [ "pyinfra" ];
pythonRelaxDeps = [
"paramiko"
"types-paramiko"
];
disabledTests = [
# Test requires SSH binary
"test_load_ssh_config"