Skip to content

Python 3.4-only update. Bump to 2.9.0

Choose a tag to compare

@penguinolog penguinolog released this 29 Oct 14:53
· 55 commits to py34 since this release
[x] partial migration to pytest for parametrized tests
[x] Fix no stdin in exec result
(cherry picked from commit 038ba13c6eae39bad0e1ae8a7adb5ebb8f4356c1)

Subprocess is not singleton anymore: only lock property is shared. (#96)

`SingleLock` metaclass added. `Singleton` saved for historical reasons.
All Subprocess tests and SSHAuth tests ported to pytest.
(cherry picked from commit f120cae81a6b2da43d7aff79cbbe3c8307a7cb73)
Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>