fgimian / paramiko-expect

A Python expect-like extension for the Paramiko SSH library which also supports tailing logs.
MIT License
204 stars 78 forks source link

Fix tail() tests to work on Pypy #21

Closed fruch closed 7 years ago

fruch commented 7 years ago

seems like signals are not working in Pypy as in cpython, need to fix the test

fruch commented 7 years ago

fixing it in #24