diff options
author | chris meyers <chris.meyers.fsu@gmail.com> | 2020-03-19 15:30:09 +0100 |
---|---|---|
committer | chris meyers <chris.meyers.fsu@gmail.com> | 2020-03-19 16:25:43 +0100 |
commit | fd56b7c5902138f06ef500dfc361675c4083e15b (patch) | |
tree | 603b6bc4649b5b25d275c9c1eccb2f55b807e24f /requirements/README.md | |
parent | fix redis requirements mess (diff) | |
download | awx-fd56b7c5902138f06ef500dfc361675c4083e15b.tar.xz awx-fd56b7c5902138f06ef500dfc361675c4083e15b.zip |
pin pexpect to 4.7.0
Diffstat (limited to 'requirements/README.md')
-rw-r--r-- | requirements/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/requirements/README.md b/requirements/README.md index ba76b65e7e..3afa92434e 100644 --- a/requirements/README.md +++ b/requirements/README.md @@ -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. |