mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
python39Packages.uvloop: fix hydra darwin build
This commit is contained in:
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 = [
|
||||
|
|
Loading…
Reference in a new issue