Skip to content

Commit c94bfb0

Browse files
tae898claude
andcommitted
test: add requests to test/dev extras for HTTP API and docs-example tests
Two test files (test_server_patterns.py, test_docs_examples.py) skip when 'requests' is unavailable. Declaring it in the test/dev optional-dependency groups makes those tests run in CI and fresh installs instead of silently skipping. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent fd3a4bc commit c94bfb0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bindings/python/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ test = [
3939
"pytest>=7.0.0",
4040
"pytest-cov",
4141
"numpy>=1.20.0",
42+
"requests>=2.0.0", # HTTP API / docs-example tests
4243
]
4344
dev = [
4445
"black",
@@ -47,6 +48,7 @@ dev = [
4748
"pytest>=7.0.0",
4849
"pytest-cov",
4950
"numpy>=1.20.0",
51+
"requests>=2.0.0", # HTTP API / docs-example tests
5052
"bandit>=1.9.0",
5153
]
5254
vector = [

0 commit comments

Comments
 (0)