Skip to content

Commit

Permalink
[Test] Remove pinning for setuptools to version 70.0.0 in tox configu…
Browse files Browse the repository at this point in the history
…rations.

Signed-off-by: Giacomo Marciani <mgiacomo@amazon.com>
  • Loading branch information
gmarciani committed Nov 27, 2024
1 parent a3dda7d commit c1d3dad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion awsbatch-cli/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ commands =
[testenv:pylint]
basepython = python3
deps =
setuptools<70.0.0
setuptools
pyflakes
pylint
commands =
Expand Down
4 changes: 2 additions & 2 deletions cli/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ usedevelop =
allowlist_externals =
bash
deps =
setuptools<70.0.0
setuptools
-rtests/requirements.txt
extras =
awslambda
Expand Down Expand Up @@ -147,7 +147,7 @@ commands =
[testenv:pylint]
basepython = python3
deps =
setuptools<70.0.0
setuptools
pyflakes
pylint
commands =
Expand Down

0 comments on commit c1d3dad

Please sign in to comment.