summaryrefslogtreecommitdiffstats
path: root/requirements/README.md
diff options
context:
space:
mode:
authorchris meyers <chris.meyers.fsu@gmail.com>2020-03-19 15:30:09 +0100
committerchris meyers <chris.meyers.fsu@gmail.com>2020-03-19 16:25:43 +0100
commitfd56b7c5902138f06ef500dfc361675c4083e15b (patch)
tree603b6bc4649b5b25d275c9c1eccb2f55b807e24f /requirements/README.md
parentfix redis requirements mess (diff)
downloadawx-fd56b7c5902138f06ef500dfc361675c4083e15b.tar.xz
awx-fd56b7c5902138f06ef500dfc361675c4083e15b.zip
pin pexpect to 4.7.0
Diffstat (limited to 'requirements/README.md')
-rw-r--r--requirements/README.md5
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.