python3Packages.uvloop: fix build on aarch64-darwin

by disabling broken test
This commit is contained in:
Pavol Rusnak 2022-02-22 11:24:12 +01:00
parent c2f5af841a
commit f93c58512c
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -53,6 +53,8 @@ buildPythonPackage rec {
] ++ lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [
# Flaky test: https://github.com/MagicStack/uvloop/issues/412
"--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"
];
disabledTestPaths = [