Skip to content

Commit 49e0775

Browse files
author
Fede Kamelhar
committed
fix: Add h2 to dev-dependencies for test suite
The HTTP/2 tests require the h2 package to run. Adding it to dev-dependencies ensures CI and local test environments can run the test suite without ImportError. Addresses review feedback on PR #2727
1 parent d68d570 commit 49e0775

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ dev-dependencies = [
7373
"nest_asyncio==1.6.0",
7474
"pytest-xdist>=3.6.1",
7575
"griffe>=1",
76+
"h2>=4.0.0, <5",
7677
]
7778

7879
[tool.rye.scripts]

0 commit comments

Comments
 (0)