pin pexpect to 4.7.0

This commit is contained in:
chris meyers
2020-03-19 10:30:09 -04:00
parent 7f02e64a0d
commit fd56b7c590
3 changed files with 7 additions and 1 deletions

View File

@@ -140,6 +140,11 @@ in the top-level Makefile.
## Library Notes
### pexpect
Version 4.8 makes us a little bit nervous with changes to `searchwindowsize` https://github.com/pexpect/pexpect/pull/579/files
Pin to `pexpect==4.7.x` until we have more time to move to `4.8` and test.
### requests-futures
This can be removed when a solution for the external log queuing is ready.