File tree Expand file tree Collapse file tree 5 files changed +22
-4
lines changed Expand file tree Collapse file tree 5 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1+ #botocore
2+ #boto3
3+
4+ #placebo
5+ #mock
6+ pytest
7+ pytest-forked
8+ pytest-mock
9+ pytest-xdist
10+ pytest-ansible
11+
12+ # Needed for ansible.utils.ipaddr in tests
13+ #netaddr
14+ # Sometimes needed where we don't have features we need in modules
15+ #awscli
16+ # Used for comparing SSH Public keys to the Amazon fingerprints
17+ cryptography
Original file line number Diff line number Diff line change @@ -3,5 +3,6 @@ pytest==8.2.2
33pytest-xdist==3.6.1
44pytest-mock==3.14.0
55pytest-forked==1.6.0
6- ansible-lint==24.7.0
6+ ansible-lint==25.1.2
77isort
8+ pylint
Original file line number Diff line number Diff line change @@ -59,12 +59,12 @@ commands_pre =
5959commands =
6060 pytest \
6161 --cov-report html \
62- --cov plugins/callback \
62+ ; --cov plugins/callback \
6363 --cov plugins/inventory \
64- --cov plugins/lookup \
64+ ; --cov plugins/lookup \
6565 --cov plugins/module_utils \
6666 --cov plugins/modules \
67- --cov plugins/plugin_utils \
67+ ; --cov plugins/plugin_utils \
6868 --cov plugins \
6969 --ansible-host-pattern localhost \
7070 {posargs:tests/unit/}
You can’t perform that action at this time.
0 commit comments