Exclude influxdb 5.2.0 from global requirements
The new version of influxdb client apparently does not handle correctly unicode characters. It breaks Monasca tempest tests [1]. Monasca is the only project using influxdb library [2]. [1] http://logs.openstack.org/09/583209/1/check/monasca-tempest-python-influxdb/a166cac/logs/testr_results.html.gz [2] http://codesearch.openstack.org/?q=influxdb&i=nope&files=requirements.txt%7Csetup.cfg&repos= Change-Id: I8d41b8d2fc398337d4fd890a0a4cc63b03944e5a
This commit is contained in:
parent
d73f221909
commit
6acfd492ae
@ -80,7 +80,7 @@ heat-translator # Apache-2.0
|
||||
horizon # Apache-2.0
|
||||
httplib2 # MIT
|
||||
icalendar # BSD
|
||||
influxdb # MIT
|
||||
influxdb!=5.2.0 # MIT
|
||||
instack-undercloud # Apache-2.0
|
||||
ironic-lib # Apache-2.0
|
||||
ipaddress;python_version<'3.3' # PSF
|
||||
|
@ -206,7 +206,7 @@ tinyrpc===0.9.1
|
||||
google-auth-httplib2===0.0.3
|
||||
Flask-SQLAlchemy===2.3.2
|
||||
daiquiri===1.3.0
|
||||
influxdb===5.2.0
|
||||
influxdb===5.1.0
|
||||
funcparserlib===0.3.6
|
||||
passlib===1.7.1
|
||||
dib-utils===0.0.11
|
||||
|
Loading…
x
Reference in New Issue
Block a user