Exclude influxdb 5.2.3 for python

This version of influxdb client does not handle correctly unicode
characters with Python 2 [1].

git issue: https://github.com/influxdata/influxdb-python/issues/633
global-requirements change: https://review.opendev.org/#/c/679608/

Change-Id: I4007069bcfd5544b20d8bf56ecb752bb0da270f1

Depends-On: https://review.opendev.org/680412/
This commit is contained in:
Adrian Czarnecki 2019-09-05 15:18:55 +02:00
parent 3068f55d05
commit 4e927484bb
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ data_files =
[extras]
influxdb =
influxdb>=2.9.2,!=5.2.0,!=5.2.1,!=5.2.2;python_version<'3.0' # MIT
influxdb>=2.9.2,!=5.2.0,!=5.2.1,!=5.2.2,!=5.2.3;python_version<'3.0' # MIT
influxdb>=2.9.2;python_version>='3.0' # MIT
cassandra =
cassandra-driver!=3.6.0,>=3.3.0 # Apache-2.0