From 6acfd492ae3186b348cd34180d3c3435af50b485 Mon Sep 17 00:00:00 2001 From: Witold Bedyk Date: Tue, 17 Jul 2018 16:55:42 +0200 Subject: [PATCH] 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 --- global-requirements.txt | 2 +- upper-constraints.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/global-requirements.txt b/global-requirements.txt index 6588509fe9..8746b3b583 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -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 diff --git a/upper-constraints.txt b/upper-constraints.txt index e239ea1ba8..9b81ca2ef2 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -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