Guest User

Untitled

a guest
Mar 5th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. tox -e pep8 HEAD~3
  2. pep8 develop-inst-nodeps: /home/amuller/src/neutron
  3. pep8 runtests: PYTHONHASHSEED='0'
  4. pep8 runtests: commands[0] | sh ./tools/misc-sanity-checks.sh
  5. pep8 runtests: commands[1] | flake8
  6. pep8 runtests: commands[2] | sh ./tools/coding-checks.sh --pylint HEAD~3
  7. Running pylint...
  8. You can speed this up by running it on 'HEAD~[0-9]' (e.g. HEAD~1, this change only)...
  9. ************* Module neutron.tests.functional.agent.test_l3_agent
  10. W:199,-1: Unused key 'ha_device_cidr' in format string dictionary (unused-format-string-key)
  11. ************* Module neutron.tests.unit.test_l3_agent
  12. E:959, 8: No value for argument 'IPDevice' in method call (no-value-for-parameter)
  13. ERROR: InvocationError: '/usr/bin/sh ./tools/coding-checks.sh --pylint HEAD~3'
Advertisement
Add Comment
Please, Sign In to add comment