uvloop
- Source Code: https://github.com/MagicStack/uvloop
- Supported versions:
0.22.1 (latest)
pip install uvloop --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
- License: MIT or Apache 2.0
- Download files: https://gitlab.com/riseproject/python/wheel_builder/-/packages/59515929
- Patch applied for this version: https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/uvloop/patches/v0.22.1
0.21.0
pip install uvloop==0.21.0 --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
- License: MIT or Apache 2.0
- Download files: https://gitlab.com/riseproject/python/wheel_builder/-/packages/41118475
- Patch applied for this version: https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/uvloop/patches/v0.21.0
We disable the following tests due to networking issues on the builder:
test_dns:
- test_getaddrinfo_{1,2,5,6,11}
test_sockets:
- test_socket_cancel_sock_sendall
test_tcp:
- Test_UV_TCPSSL
We also disable the following tests as they fail on local tests of the wheels. The getaddrinfo behavior seems to vary depending on the host environment used, so we skip them to avoid discrepancies:
test_dns:
- test_getaddrinfo_{8,9}