Skip to content

Commit 306e08e

Browse files
viraptorjsoo1
authored andcommitted
python39Packages.uvloop: fix hydra darwin build
1 parent ed0df96 commit 306e08e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/development/python-modules/uvloop/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ buildPythonPackage rec {
6969
"--deselect=tests/test_tcp.py::Test_UV_TCPSSL::test_shutdown_timeout_handler_not_set"
7070
# Broken: https://github.com/NixOS/nixpkgs/issues/160904
7171
"--deselect=tests/test_context.py::Test_UV_Context::test_create_ssl_server_manual_connection_lost"
72+
# Flaky test: https://github.com/MagicStack/uvloop/issues/513
73+
"--deselect=tests/test_tcp.py::Test_UV_TCP::test_create_server_5"
74+
"--deselect=tests/test_tcp.py::Test_UV_TCP::test_create_server_6"
7275
];
7376

7477
disabledTestPaths = [

0 commit comments

Comments
 (0)