Skip to content

Commit 767bf41

Browse files
whummerclaude
andcommitted
Revert localstack to dev/test extras in utils
Moving localstack to runtime deps broke the utils CI venv setup. Revert to keeping it in dev/test extras where it was before — the paradedb CI issue is unrelated to this. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6ce826e commit 767bf41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ dependencies = [
1818
"hpack",
1919
"httpx",
2020
"hyperframe",
21-
"localstack",
2221
"priority",
2322
"requests",
2423
"rolo",
@@ -33,13 +32,15 @@ dev = [
3332
"boto3",
3433
"build",
3534
"jsonpatch",
35+
"localstack",
3636
"pytest",
3737
"ruff",
3838
]
3939
test = [
4040
"grpcio>=1.60.0",
4141
"grpcio-tools>=1.60.0",
4242
"jsonpatch",
43+
"localstack",
4344
"pytest>=7.0",
4445
"pytest-timeout>=2.0",
4546
]

0 commit comments

Comments
 (0)