Skip to content

Commit 65db4cd

Browse files
committed
[Linters] Pin setuptools to <70.0.0 as in cli/setup.py to prevent false positive violations on packaging module.
Signed-off-by: Giacomo Marciani <mgiacomo@amazon.com>
1 parent 978ecf7 commit 65db4cd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

awsbatch-cli/tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ commands =
133133
[testenv:pylint]
134134
basepython = python3
135135
deps =
136+
setuptools<70.0.0
136137
pyflakes
137138
pylint
138139
commands =

cli/tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ usedevelop =
1616
allowlist_externals =
1717
bash
1818
deps =
19+
setuptools<70.0.0
1920
-rtests/requirements.txt
2021
extras =
2122
awslambda
@@ -146,6 +147,7 @@ commands =
146147
[testenv:pylint]
147148
basepython = python3
148149
deps =
150+
setuptools<70.0.0
149151
pyflakes
150152
pylint
151153
commands =

0 commit comments

Comments
 (0)