]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Remove pin on uvloop in test-requirements (#498)
authorFlorimond Manca <florimond.manca@gmail.com>
Sat, 2 Nov 2019 21:31:33 +0000 (22:31 +0100)
committerGitHub <noreply@github.com>
Sat, 2 Nov 2019 21:31:33 +0000 (22:31 +0100)
test-requirements.txt

index be06182e926a9411346bc976e0ffa3a2d0fdb3c7..7aa572c76f34b275c488e30abcfdfbe4acada512 100644 (file)
@@ -17,6 +17,3 @@ pytest-cov
 trio
 trustme
 uvicorn
-
-# https://github.com/MagicStack/uvloop/issues/266
-uvloop<0.13; sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'pypy'