Skip to content

Commit 12fb95b

Browse files
committed
chore(tests/asgi): mark httpx as incompatible with py314
1 parent a2059c2 commit 12fb95b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements/tests

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ testtools
66

77
# ASGI Specific (Daphne & Hypercorn are installed in their own tox env)
88
aiofiles
9-
httpx
9+
# NOTE(vytas): httpcore (a dependency of httpx) fails to import under 3.14.0a6:
10+
# https://github.com/encode/httpcore/issues/994
11+
httpx; python_version < '3.14'
1012
uvicorn >= 0.17.0
1113
websockets >= 13.1
1214

0 commit comments

Comments
 (0)