openstack-zuul-jobs/test-requirements.txt
Ian Wienand 5e012776ad
flake8 : ignore .cache subdirectory, avoid broken ansible-compat
This role pulls in zuul-jobs/system-config, etc. for roles into
.cache.  We don't want to flake8 them as part of this job; ignore the
.cache subdir.

This also avoids a broken release of ansible-compat per the linked bug
(I'm assuming the next version will fix it, so optimistically not
using <)

Change-Id: I5cf3029e40fcc0e02ba4d104beb59a1c75509a77
2023-05-02 12:49:16 +10:00

14 lines
492 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>=4.0.0,<5.0.0 # Apache-2.0
# ansible-lint requires ansible>=2.9
ansible>=5,<6
# pin until https://github.com/ansible/ansible-lint/issues/2320 is fixed
ansible-lint>=6,<6.5
# avoid for https://github.com/ansible/ansible-compat/issues/258
ansible-compat!=4.0.1
bashate>=0.2