Update requirements due to global-requirements
Also fix small pep8 issue. Change-Id: If308499aba0e408eb773fdf318d8af54896ba09f
This commit is contained in:
parent
1973461321
commit
cc65e2c3fb
@ -40,7 +40,7 @@ class ListenerManager(base.ResourceManager):
|
|||||||
|
|
||||||
def update(self, workbook_name, id, webhook=None, description=None,
|
def update(self, workbook_name, id, webhook=None, description=None,
|
||||||
events=None):
|
events=None):
|
||||||
#TODO: need to describe what events is
|
# TODO: need to describe what events is
|
||||||
self._ensure_not_empty(workbook_name=workbook_name, id=id)
|
self._ensure_not_empty(workbook_name=workbook_name, id=id)
|
||||||
|
|
||||||
data = {
|
data = {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
pbr>=0.6,!=0.7,<1.0
|
pbr>=0.6,!=0.7,<1.0
|
||||||
requests>=1.1
|
requests>=1.1
|
||||||
python-keystoneclient>=0.7.0
|
python-keystoneclient>=0.9.0
|
||||||
cliff>=1.4.3
|
cliff>=1.6.0
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
pep8==1.4.5
|
pep8==1.5.7
|
||||||
pyflakes>=0.7.2,<0.7.4
|
pyflakes==0.8.1
|
||||||
flake8==2.0
|
flake8==2.1.0
|
||||||
pylint==0.25.2
|
pylint==0.25.2
|
||||||
sphinx>=1.1.2
|
sphinx>=1.1.2,!=1.2.0,<1.3
|
||||||
unittest2
|
unittest2
|
||||||
fixtures>=0.3.14
|
fixtures>=0.3.14
|
||||||
mock>=1.0
|
mock>=1.0
|
||||||
nose
|
nose
|
||||||
testtools>=0.9.32
|
testtools>=0.9.34
|
||||||
lockfile>=0.9.1
|
lockfile>=0.8
|
||||||
|
Loading…
Reference in New Issue
Block a user