003a9e890d
The recent update of ptyprocess to 0.7.0 is incompatible with Python 2.6 and is causing test failures. * Add setup_pexpect role to expect test
2 lines
115 B
Text
2 lines
115 B
Text
pexpect == 4.8.0
|
|
ptyprocess < 0.7.0 ; python_version < '2.7' # ptyprocess >= 0.7.0 not compatible with Python 2.6
|