Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is a starting point for packaging all the parallel-ssh ecosystem to debian, the end goal being to have a python3-parallel-ssh package.
I've already started working on parallel-ssh and ssh-python so those are coming next.
I had to disable one test: tests/test_sftp.py:test_mkdir in order to make it build locally, otherwise I had this error:
This builds fine locally, the steps are as follow (on a debian machine with buildessentials and debhelper installed, and maybe more):
This works for me locally on ZorinOS 16.2 but I can't make it work on SUSE's OpenBuildService see https://build.opensuse.org/package/show/home:ScottHamilton/python3-ssh2 and the build logs on the debian machine: https://build.opensuse.org/public/build/home:ScottHamilton/Debian_Testing/x86_64/python3-ssh2/_log.
Contrary to locally, on the OBS, almost all the remaining tests fail with the same error
ssh2.exceptions.KexFailureError
. I don't really no much about ssh2 internals so I have no idea what could go wrong on OBS and also on the tests that I've disabled (which I've skipped because they were running intossh2.exceptions.AgentConnectionError: Unable to connect to agent
)