Merge "Remove not used pykafka requirement"

This commit is contained in:
Zuul 2018-09-03 09:11:15 +00:00 committed by Gerrit Code Review
commit adfc935a62
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]