python39Packages.uvloop: fix hydra darwin build
This commit is contained in:
committed by
Stanisław Pitucha
parent
36cf8a4533
commit
385e9c23ff
@@ -69,6 +69,9 @@ buildPythonPackage rec {
|
||||
"--deselect=tests/test_tcp.py::Test_UV_TCPSSL::test_shutdown_timeout_handler_not_set"
|
||||
# Broken: https://github.com/NixOS/nixpkgs/issues/160904
|
||||
"--deselect=tests/test_context.py::Test_UV_Context::test_create_ssl_server_manual_connection_lost"
|
||||
# Flaky test: https://github.com/MagicStack/uvloop/issues/513
|
||||
"--deselect=tests/test_tcp.py::Test_UV_TCP::test_create_server_5"
|
||||
"--deselect=tests/test_tcp.py::Test_UV_TCP::test_create_server_6"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
||||
Reference in New Issue
Block a user