1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 17:55:10 +03:00

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.

View File

@ -28,6 +28,7 @@ jinja2
jsonschema
Markdown # used for formatting API help
openshift
pexpect==4.7.0 # see library notes
prometheus_client
psycopg2
pygerduty

View File

@ -74,7 +74,7 @@ multidict==4.7.5 # via aiohttp, yarl
netaddr==0.7.19 # via pyrad
oauthlib==3.1.0 # via django-oauth-toolkit, requests-oauthlib, social-auth-core
openshift==0.10.3
pexpect==4.8.0 # via ansible-runner
pexpect==4.7.0 # via ansible-runner
pkgconfig==1.5.1 # via xmlsec
prometheus-client==0.7.1
psutil==5.7.0 # via ansible-runner