openstack-zuul-jobs/test-requirements.txt
Monty Taylor d07d6d65ef
Add zuul to test-requirements for linting
The linters env is picking up zuul-jobs content too, so we need to add
zuul to get the zuul_ modules ... otherwise ansible-lint has a sad.

Add zuul to test-requirements like is done in zuul-jobs. Then point the
library path to zuul/ansible/library in the site-packages dir from tox
so that we pick up the right files.

Change-Id: I7a4f0159290d67354e0a73365091a0d1718762fd
2018-10-18 10:40:00 -05:00

12 lines
311 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.
hacking>=0.12.0,<0.13 # Apache-2.0
zuul
ansible<2.4.0
ansible-lint
bashate>=0.2
zuul-sphinx>=0.2.0