Skip to content

Commit

Permalink
tox: Don't bother installing Ansible collections
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmdln committed Apr 6, 2024
1 parent 38e0b9b commit 1fce487
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ skip_install = true
[testenv:ansible-lint]
commands =
ansible-lint --version
ansible-galaxy collection install --collections-path=/tmp/ansible {toxinidir}
ansible-lint -v --offline --project-dir {toxinidir}
deps = ansible-lint
set_env =
ANSIBLE_COLLECTIONS_PATH=/tmp/ansible

[testenv:mypy]
commands =
Expand Down

0 comments on commit 1fce487

Please sign in to comment.