1
0
Fork 1
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:
Stanisław Pitucha 2022-11-09 11:18:56 +11:00 committed by Stanisław Pitucha
parent 36cf8a4533
commit 385e9c23ff

View file

@ -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 = [