Age | Commit message (Collapse) | Author |
|
|
|
The original PR https://github.com/paramiko/paramiko/pull/992
introduced several tests for sftp functionality. These tests
made use of unittest's stuff like `assertTrue` and `assertEqual`
because at that moment the tests were grouped under the
`unittest.TestCase`-based class (`SFTPTest`). Before PR merge
`unittest.TestCase` was refactored out from sftp tests
(667bd74b139ed86f9b261d3abf5b6042ba80920b) but PR
was not updated. The sftp tests are marked with `slow` and that's
why they are not failed in CI (slow tests are excluded by default).
Fixes: https://github.com/paramiko/paramiko/issues/1941
Signed-off-by: Stanislav Levin <slev@altlinux.org>
|
|
Probably the locales differ? sigh
|
|
|
|
- remove apparently vestigial bits
- remove Python 2.6 related bits
- use pytest.skip instead of custom skip
|
|
|
|
|
|
|
|
|
|
|
|
SebastianDeiss:gssapi-py3-support
|