Value returned from execute method of task should contain all results that are mappend with task.rebind. To verify that we check that the value can be indexed with all necessary indexes. If that fails, we put warning to log. Change-Id: I21aac7b36885668155c2d7bd2eedcf4eeba22b11
17 lines
273 B
Plaintext
17 lines
273 B
Plaintext
# Install bounded pep8/pyflakes first, then let flake8 install
|
|
pep8==1.4.5
|
|
pyflakes==0.7.2
|
|
flake8==2.0
|
|
hacking>=0.5.3,<0.6
|
|
|
|
coverage
|
|
distribute>=0.6.24
|
|
mock>=1.0
|
|
nose
|
|
nose-exclude
|
|
openstack.nose_plugin>=0.7
|
|
pylint==0.25.2
|
|
|
|
# Needed for features in 2.7 not in 2.6
|
|
unittest2
|