URL: https://github.com/freeipa/freeipa/pull/3064 Author: wladich Title: #3064: fix test test_integration/test_commands.py::test_ssh_key_connection Action: opened
PR body: """ In testcase test_ssh_key_connection the value provided by tmpdir fixture is used as regular string, i.e. passed as an argument to os.path.join. tmpdir is an instance of py.path.local, and in old versions of package python-py it does not have methods of string object, which causes this test to fail in distributions where such version of python-py is installed. Fixed by explicitly changing type of tmpdir to str. """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/3064/head:pr3064 git checkout pr3064
URL: https://github.com/freeipa/freeipa/pull/3064 Author: wladich Title: #3064: fix test test_integration/test_commands.py::test_ssh_key_connection Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/3064/head:pr3064 git checkout pr3064
freeipa-devel@lists.fedorahosted.org