mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-20 23:00:07 +00:00
Allow build pass by disabling test. Isolated issue to
test_sockets.py::TestAIOSockets::test_sock_close_add_reader_race.
This test is supposed to be skipped, but it isn't for some reason,
so we disable it instead.
See uvloop#284 (https://github.com/MagicStack/uvloop/pull/284)
for full details. Don't know why this test isn't properly skipped.
(cherry picked from commit 364909d535)