Skip to content

Commit 7694aeb

Browse files
requirements: Workaround pylibssh Failed to open session
Workaround ansible pylibssh issue which causes test failures pylibsshext.errors.LibsshChannelException: Failed to open_session: [-2] PR ansible/pylibssh#756 is under review but workaround it in the meantime.
1 parent a38790f commit 7694aeb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/system/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
flaky
22
pytest
3+
# Workaround SSH_AGAIN and install from https://github.com/ansible/pylibssh/pull/756
4+
ansible-pylibssh@git+https://github.com/justin-stephenson/pylibssh@51b9a9b1811b4befafcd0a859e48dcc2822a253c
35
git+https://github.com/next-actions/pytest-importance
46
git+https://github.com/next-actions/pytest-mh
57
git+https://github.com/next-actions/pytest-ticket

0 commit comments

Comments
 (0)