From 34edc652aa8b7b5b18ecab10d8603220026f747e Mon Sep 17 00:00:00 2001 From: Justin Stephenson Date: Thu, 7 Aug 2025 10:08:26 -0400 Subject: [PATCH] requirements: Workaround pylibssh Failed to open session Install from Justin's branch with pylibssh workaround for SSH_AGAIN return code issue. --- pyproject.toml | 3 +++ requirements.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8964ed2..87ec81f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,3 +45,6 @@ add_imports = "from __future__ import annotations" [tool.black] line-length = 119 + +[tool.hatch.metadata] +allow-direct-references = true diff --git a/requirements.txt b/requirements.txt index ee2ce9f..a2afcb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ansible-pylibssh>=1.2.0 +ansible-pylibssh@git+https://github.com/justin-stephenson/pylibssh@retry_ssh_again colorama pytest PyYAML