559d2dc865
Using the coverage report will show how much of the dynamic_inventory.py script is actually exercised by tests. As of this commit, there is no enforced coverage level, rather it is used for informational purposes only. In the future, an enforce coverage percentage would be a good idea. Change-Id: Ic2ccc9ae5f306465b6990d935c82f81bb7b7956a
15 lines
343 B
Plaintext
15 lines
343 B
Plaintext
ansible>1.9,<2.0,!=1.9.6
|
|
ansible-lint>=2.0.3,<=2.3.6
|
|
bashate==0.5.0 # Apache-2.0
|
|
coverage<=4.0.3 # Apache-2.0
|
|
flake8==2.2.4
|
|
hacking>=0.10.0,<0.11
|
|
mccabe==0.2.1 # capped for flake8
|
|
pep8==1.5.7
|
|
pyflakes==0.8.1
|
|
|
|
# this is required for the docs build jobs
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
|
oslosphinx>=2.5.0 # Apache-2.0
|
|
reno>=0.1.1 # Apache-2.0
|