Skip to content

Commit d756150

Browse files
authored
Merge branch 'develop' into wip/improve-perf-test-24-nodes
2 parents b76afb9 + 65db4cd commit d756150

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)