From: Florimond Manca Date: Sat, 2 Nov 2019 21:31:33 +0000 (+0100) Subject: Remove pin on uvloop in test-requirements (#498) X-Git-Tag: 0.7.7~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=717b34139bb0d389db69b01e3832703a9256a5cc;p=thirdparty%2Fhttpx.git Remove pin on uvloop in test-requirements (#498) --- diff --git a/test-requirements.txt b/test-requirements.txt index be06182e..7aa572c7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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'