Fabian Deutsch
2014-02-26 14:14:30 UTC
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
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