Skip to content

Commit 1476ff0

Browse files
ci: Pin setuptools for linting and chalice tests (#5438)
1 parent 1ab6e3d commit 1476ff0

File tree

5 files changed

+128
-128
lines changed

5 files changed

+128
-128
lines changed

requirements-linting.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ statsig
1818
UnleashClient
1919
typer
2020
strawberry-graphql
21+
setuptools<82

scripts/populate_tox/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"chalice": {
7575
"package": "chalice",
7676
"deps": {
77-
"*": ["pytest-chalice"],
77+
"*": ["pytest-chalice", "setuptools<82"],
7878
},
7979
"num_versions": 2,
8080
},

scripts/populate_tox/package_dependencies.jsonl

Lines changed: 15 additions & 14 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)