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

upgrade to the latest pexpect

see: https://github.com/pexpect/pexpect/pull/492
see: https://github.com/ansible/tower/issues/1797
This commit is contained in:
Ryan Petrello 2018-05-29 09:43:45 -04:00
parent 0fca495792
commit 7f7f635f7b
6 changed files with 6 additions and 6 deletions

View File

@ -101,7 +101,7 @@ def run_pexpect(args, cwd, env, logfile,
child = pexpect.spawn(
args[0], args[1:], cwd=cwd, env=env, ignore_sighup=True,
encoding='utf-8', echo=False
encoding='utf-8', echo=False, poll=True
)
child.logfile_read = logfile
canceled = False

View File

@ -30,7 +30,7 @@ jsonschema==2.6.0
M2Crypto==0.29.0
Markdown==2.6.11
ordereddict==1.1
pexpect==4.5.0
pexpect==4.6.0
psphere==0.5.2
psutil==5.4.3
psycopg2==2.7.3.2 # problems with Segmentation faults / wheels on upgrade

View File

@ -170,7 +170,7 @@ os-service-types==1.2.0 # via openstacksdk
packaging==17.1 # via deprecation
pathlib2==2.3.0 # via azure-datalake-store
pbr==3.1.1 # via keystoneauth1, openstacksdk, os-service-types, shade, stevedore
pexpect==4.5.0
pexpect==4.6.0
psphere==0.5.2
psutil==5.4.3
psycopg2==2.7.3.2

View File

@ -21,7 +21,7 @@ backports.ssl-match-hostname==3.5.0.1
boto==2.47.0 # last which does not break ec2 scripts
boto3==1.6.2
ovirt-engine-sdk-python==4.2.4 # minimum set inside Ansible facts module requirements
pexpect==4.5.0 # same as AWX requirement
pexpect==4.6.0 # same as AWX requirement
python-memcached==1.59 # same as AWX requirement
psphere==0.5.2
psutil==5.4.3 # same as AWX requirement

View File

@ -68,7 +68,7 @@ os-service-types==1.2.0 # via openstacksdk
ovirt-engine-sdk-python==4.2.4
packaging==17.1 # via deprecation
paramiko==2.4.0 # via azure-cli-core
pexpect==4.5.0
pexpect==4.6.0
pbr==3.1.1 # via keystoneauth1, openstacksdk, os-service-types, shade, stevedore
psphere==0.5.2
psutil==5.4.3

View File

@ -1,3 +1,3 @@
psutil==5.4.3 # same as AWX requirement
pexpect==4.5.0 # same as AWX requirement
pexpect==4.6.0 # same as AWX requirement
python-daemon==2.1.2