82af975879
In working on a different patch it became clear that flake8 wasn't actually running such that it found errors. Updated the test-requirements to match what's in zuul and all started working (and failing) properly. Change-Id: Icfdb1fedbd92ff49484b116a0879686581274a25
13 lines
420 B
Plaintext
13 lines
420 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
pep8
|
|
pyflakes
|
|
flake8
|
|
|
|
ansible-lint
|
|
bashate>=0.2
|
|
zuul-sphinx>=0.1.1
|
|
# Zuul is required to supply the zuul ansible modules for ansible-lint
|
|
-e git://git.openstack.org/openstack-infra/zuul@feature/zuulv3#egg=zuul
|