ansible-collection-kolla/test-requirements.txt
Mark Goddard 54d545a614 CI: run ansible-test sanity checks
The script has been adapted from one in ansible-collections-openstack.

Change-Id: I494b6d62c67ab66255f7a6a9e229f14021d48800
2022-01-18 11:34:17 +00:00

19 lines
368 B
Plaintext

# linting
bandit>=1.1.0 # Apache-2.0
bashate>=0.5.1 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
hacking>=3.0.1,<3.1.0 # Apache-2.0
yamllint>=1.22.0 #GPL3
# coverage testing
coverage>=4.0,!=4.4 # Apache-2.0
# unit testing
python-subunit>=0.0.18 # Apache-2.0/BSD
oslotest>=1.10.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
testtools>=1.4.0 # MIT
# sanity testing
ansible-core