use select.poll() instead of select.select() for file descriptors

see: https://github.com/ansible/tower/issues/861
see: https://github.com/pexpect/pexpect/pull/474
This commit is contained in:
Ryan Petrello
2018-04-25 16:28:51 -04:00
parent 5d82ee5a27
commit f0d3713e99
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ jsonschema==2.6.0
M2Crypto==0.29.0
Markdown==2.6.11
ordereddict==1.1
pexpect==4.4.0
pexpect==4.5.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.4.0
pexpect==4.5.0
psphere==0.5.2
psutil==5.4.3
psycopg2==2.7.3.2