Discussion:
[node-devel] pyflakes and pep8 from pip?
Fabian Deutsch
2014-02-26 14:14:30 UTC
Permalink
Hey,

we are using pyflakes and pep8 to check oVirt Node patches.
One problem we have is that there are different pyflakes/pep8 version
son the different slaves.
E.g. this job fails because older pyflakes versions handle _()
diferently:
http://jenkins.ovirt.org/job/ovirt-node-devel-check/1893/console

Could we just use the pyflakes and pylint from pip to have the same
version on all slaves?

$ pip install --upgrade pyflakes pep8

We could have a job which runs the update regularly on all slaves.

Thoughts?

- fabian

Loading...