From 34e4c58d501c777a27eb9dd60ae186b0109eb3ba Mon Sep 17 00:00:00 2001 From: Witold Bedyk Date: Tue, 24 Jul 2018 16:09:05 +0200 Subject: [PATCH] Remove not used pykafka requirement Story: 2003079 Task: 23153 Change-Id: Iba653db8935f9575a7838f6daa24b1ec90526815 --- lower-constraints.txt | 1 - requirements.txt | 1 - tox.ini | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 7c2a5ded..b8bef50a 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -37,7 +37,6 @@ oslotest==3.2.0 pbr==2.0.0 pep8==1.5.7 pyflakes==0.8.1 -pykafka==2.5.0 PyMySQL==0.7.6 pyparsing==2.1.0 python-mimeparse==1.6.0 diff --git a/requirements.txt b/requirements.txt index 2f13fd00..b349f74f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ # process, which may cause wedges in the gate later. six>=1.10.0 # MIT kazoo>=2.2 # Apache-2.0 -pykafka>=2.5.0 # Apache 2.0 License PyMySQL>=0.7.6 # MIT License oslo.config>=5.2.0 # Apache-2.0 oslo.policy>=1.30.0 # Apache-2.0 diff --git a/tox.ini b/tox.ini index 2f539ec6..4d98f88b 100644 --- a/tox.ini +++ b/tox.ini @@ -87,7 +87,7 @@ exclude=.venv,.git,.tox,dist,*egg,build show-source = True # note: Due to the need to fork kafka-python, many pep8 violations occure. # All of the below ignores are caused by the forked kafka-python library -# so when monasca migrates to pykafka, the below line can be removed. +# so when Monasca migrates to confluent-kafka, the below line can be removed. ignore = H101,H301,H404,H405 [testenv:lower-constraints]