We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0df96 commit 306e08eCopy full SHA for 306e08e
pkgs/development/python-modules/uvloop/default.nix
@@ -69,6 +69,9 @@ buildPythonPackage rec {
69
"--deselect=tests/test_tcp.py::Test_UV_TCPSSL::test_shutdown_timeout_handler_not_set"
70
# Broken: https://github.com/NixOS/nixpkgs/issues/160904
71
"--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"
75
];
76
77
disabledTestPaths = [
0 commit comments