
Change-Id: Iaf5819eb51a76fbd1ebd814c5511bf87b2ec48d9 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
20 lines
427 B
Plaintext
20 lines
427 B
Plaintext
# linting
|
|
ansible-lint>=25.0.0,<26.0.0 # MIT
|
|
bandit>=1.1.0 # Apache-2.0
|
|
bashate>=0.5.1 # Apache-2.0
|
|
doc8>=0.6.0 # Apache-2.0
|
|
hacking>=7.0.0,<8.0.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>=2.18.0,<2.20.0 # GPL3
|