mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
pin pexpect to 4.7.0
This commit is contained in:
@@ -140,6 +140,11 @@ in the top-level Makefile.
|
|||||||
|
|
||||||
## Library Notes
|
## 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
|
### requests-futures
|
||||||
|
|
||||||
This can be removed when a solution for the external log queuing is ready.
|
This can be removed when a solution for the external log queuing is ready.
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ jinja2
|
|||||||
jsonschema
|
jsonschema
|
||||||
Markdown # used for formatting API help
|
Markdown # used for formatting API help
|
||||||
openshift
|
openshift
|
||||||
|
pexpect==4.7.0 # see library notes
|
||||||
prometheus_client
|
prometheus_client
|
||||||
psycopg2
|
psycopg2
|
||||||
pygerduty
|
pygerduty
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ multidict==4.7.5 # via aiohttp, yarl
|
|||||||
netaddr==0.7.19 # via pyrad
|
netaddr==0.7.19 # via pyrad
|
||||||
oauthlib==3.1.0 # via django-oauth-toolkit, requests-oauthlib, social-auth-core
|
oauthlib==3.1.0 # via django-oauth-toolkit, requests-oauthlib, social-auth-core
|
||||||
openshift==0.10.3
|
openshift==0.10.3
|
||||||
pexpect==4.8.0 # via ansible-runner
|
pexpect==4.7.0 # via ansible-runner
|
||||||
pkgconfig==1.5.1 # via xmlsec
|
pkgconfig==1.5.1 # via xmlsec
|
||||||
prometheus-client==0.7.1
|
prometheus-client==0.7.1
|
||||||
psutil==5.7.0 # via ansible-runner
|
psutil==5.7.0 # via ansible-runner
|
||||||
|
|||||||
Reference in New Issue
Block a user