Skip to content

Commit c1d3dad

Browse files
committed
[Test] Remove pinning for setuptools to version 70.0.0 in tox configurations.
Signed-off-by: Giacomo Marciani <mgiacomo@amazon.com>
1 parent a3dda7d commit c1d3dad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

awsbatch-cli/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ commands =
133133
[testenv:pylint]
134134
basepython = python3
135135
deps =
136-
setuptools<70.0.0
136+
setuptools
137137
pyflakes
138138
pylint
139139
commands =

cli/tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ usedevelop =
1616
allowlist_externals =
1717
bash
1818
deps =
19-
setuptools<70.0.0
19+
setuptools
2020
-rtests/requirements.txt
2121
extras =
2222
awslambda
@@ -147,7 +147,7 @@ commands =
147147
[testenv:pylint]
148148
basepython = python3
149149
deps =
150-
setuptools<70.0.0
150+
setuptools
151151
pyflakes
152152
pylint
153153
commands =

0 commit comments

Comments
 (0)