Remove not used pykafka requirement

Story: 2003079
Task: 23153
Change-Id: Iba653db8935f9575a7838f6daa24b1ec90526815
This commit is contained in:
Witold Bedyk 2018-07-24 16:09:05 +02:00
parent 1cce6824ed
commit 34e4c58d50
3 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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]