Exclude influxdb 5.2.2 for Python 2 from g-r

The new version of influxdb client does not handle correctly unicode
characters with Python 2 [1]. It breaks Monasca tempest tests [2].
Client works correctly with Python 3. Monasca is the only project using
influxdb library [3].

[1] influxdata/influxdb-python#633
[2] http://logs.openstack.org/42/649242/2/check/monasca-tempest-python2-influxdb/14e13ed/testr_results.html.gz
[3] http://codesearch.openstack.org/?q=influxdb&i=nope&files=requirements.txt%7Csetup.cfg&repos=

Change-Id: I56eec36e19313c8121eb9af4f3201bf47627a182
This commit is contained in:
Witek Bedyk 2019-04-03 10:35:12 +02:00
parent 2e41126cfa
commit 13c8fbbade
2 changed files with 6 additions and 2 deletions

View File

@ -83,7 +83,8 @@ horizon # Apache-2.0
httplib2 # MIT
hvac # Apache-2.0
icalendar # BSD
influxdb!=5.2.0,!=5.2.1 # MIT
influxdb!=5.2.0,!=5.2.1,!=5.2.2;python_version<'3.0' # MIT
influxdb;python_version>='3.0' # MIT
instack-undercloud # Apache-2.0
ironic-lib # Apache-2.0
ipaddress;python_version<'3.3' # PSF

View File

@ -227,7 +227,10 @@ tinyrpc===0.9.4
google-auth-httplib2===0.0.3
Flask-SQLAlchemy===2.3.2
daiquiri===1.5.0
influxdb===5.2.2
influxdb===5.1.0;python_version=='2.7'
influxdb===5.2.2;python_version=='3.4'
influxdb===5.2.2;python_version=='3.5'
influxdb===5.2.2;python_version=='3.6'
funcparserlib===0.3.6
passlib===1.7.1
dib-utils===0.0.11