Skip to content

Latest commit

 

History

History
60 lines (49 loc) · 2.03 KB

File metadata and controls

60 lines (49 loc) · 2.03 KB
title uvloop
layout default
parent Supported Packages

uvloop

0.22.1 (latest)
pip install uvloop --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
0.21.0
pip install uvloop==0.21.0 --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple

{: .warning }

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}