Skip to content

Commit 9df5ec5

Browse files
committed
fix(requirements): Fix requirements for async transport testing on python versions
GH-4601
1 parent 98d74ed commit 9df5ec5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-testing.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ asttokens
1212
responses
1313
pysocks
1414
socksio
15-
httpcore[http2,asyncio]>=1.0 # From 1.0, httpcore async is optional
15+
httpcore[http2]; python_version < "3.8"
16+
httpcore[http2,asyncio]>=1.0; python_version >= "3.8" # asyncio support only supported for Python 3.8+
1617
setuptools
1718
freezegun
1819
Brotli

0 commit comments

Comments
 (0)