Remove pin on uvloop in test-requirements (#498)

This commit is contained in:
Florimond Manca 2019-11-02 22:31:33 +01:00 committed by GitHub
parent a62947826f
commit 717b34139b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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'