Skip to content

Commit

Permalink
pin click
Browse files Browse the repository at this point in the history
  • Loading branch information
jillr committed Apr 22, 2022
1 parent 259f83a commit 8328f1e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ install_command = pip install {opts} {packages}
[testenv:black]
deps =
black==19.10b0
click==8.0.2
commands =
black {toxinidir}/plugins {toxinidir}/tests

Expand All @@ -21,7 +22,8 @@ commands = collection_prep_add_docs -p .
[testenv:refresh_modules]
deps =
git+https://github.com/ansible-collections/vmware_rest_code_generator
{[testenv:black]deps}
black==19.10b0
click==8.0.2
commands =
vmware_rest_code_generator_refresh_modules --target-dir . {posargs}
vmware_rest_code_generator_refresh_examples --target-dir .
Expand Down Expand Up @@ -56,10 +58,11 @@ setenv =

[testenv:linters]
deps =
black==19.10b0
click==8.0.2
flake8
antsibull-changelog
antsibull
{[testenv:black]deps}
commands =
black -vvv --check {toxinidir}/plugins {toxinidir}/tests
flake8 {posargs} {toxinidir}/plugins {toxinidir}/tests
Expand Down

0 comments on commit 8328f1e

Please sign in to comment.