Skip to content

Commit

Permalink
tox
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Dec 20, 2024
1 parent 9e72776 commit 71385f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ commands =
flake8 {posargs:{[common]format_dirs}}

[testenv:pylint-lint]
labels = future
labels = future-lint
description = Run pylint tests that are disabled by the default Ansible sanity tests
deps =
pylint
Expand All @@ -171,9 +171,9 @@ commands_pre =
ln -s {toxinidir} {[ansible-sanity]full_tmp_path}
deps =
git+https://github.com/ansible/ansible.git@devel
shellcheck-py
commands =
cd {[ansible-sanity]full_tmp_path}
ls -la
ansible-test sanity

[testenv:mypy-lint]
Expand Down

0 comments on commit 71385f0

Please sign in to comment.