Skip to content

Commit

Permalink
Minor tox fixes (#1761)
Browse files Browse the repository at this point in the history
- newer name for externals
- avoid using custom callbacks (will break with newer ansible
  versions)
  • Loading branch information
ssbarnea committed Nov 29, 2021
1 parent de0e00a commit ac7b44b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ setenv =
PIP_DISABLE_PIP_VERSION_CHECK = 1
PRE_COMMIT_COLOR = always
FORCE_COLOR = 1
whitelist_externals =
allowlist_externals =
sh

[testenv:lint]
Expand Down Expand Up @@ -155,7 +155,6 @@ setenv =
ANSIBLE_FORCE_COLOR=1
ANSIBLE_NOCOWS=1
ANSIBLE_PYTHON_INTERPRETER=auto_silent
ANSIBLE_STDOUT_CALLBACK=yaml
NO_COLOR=1

[testenv:packaging]
Expand Down

0 comments on commit ac7b44b

Please sign in to comment.