Package Details: python-ssh2 1.0.0-1

Git Clone URL: https://aur.archlinux.org/python-ssh2.git (read-only, click to copy)
Package Base: python-ssh2
Description: Python bindings for libssh2
Upstream URL: https://github.com/ParallelSSH/ssh2-python/
Licenses: GPL
Submitter: thrasibule
Maintainer: thrasibule
Last Packager: thrasibule
Votes: 0
Popularity: 0.000000
First Submitted: 2019-04-11 20:23 (UTC)
Last Updated: 2023-05-05 14:43 (UTC)

Latest Comments

BoostCookie commented on 2022-08-31 10:25 (UTC) (edited on 2022-08-31 12:11 (UTC) by BoostCookie)

The check() results in an error for me:

=============== short test summary info ================
ERROR tests/base_test.py
ERROR tests/test_agent.py
ERROR tests/test_channel.py
ERROR tests/test_knownhost.py
ERROR tests/test_session.py
ERROR tests/test_sftp.py
!!!!!!! Interrupted: 6 errors during collection !!!!!!!!
================== 6 errors in 0.13s ===================
==> ERROR: A failure occurred in check().
    Aborting...

EDIT: One problem is that python-jinja is missing as a dependency. After installing it I still get errors from the test though:

============================================================ short test summary info =============================================================
FAILED tests/test_agent.py::SessionTestCase::test_agent_get_identities - ssh2.exceptions.AgentConnectionError: Unable to connect to agent
FAILED tests/test_agent.py::SessionTestCase::test_agent_id_path - ssh2.exceptions.AgentConnectionError: Unable to connect to agent
FAILED tests/test_session.py::SessionTestCase::test_agent - ssh2.exceptions.AgentConnectionError: Unable to connect to agent
FAILED tests/test_session.py::SessionTestCase::test_failed_agent_auth - ssh2.exceptions.AgentConnectionError: Unable to connect to agent
==================================================== 4 failed, 79 passed, 1 skipped in 8.98s =====================================================