Skip to content

Commit

Permalink
python3Packages.uvloop: fix build on aarch64-darwin
Browse files Browse the repository at this point in the history
by disabling broken test
  • Loading branch information
prusnak committed Feb 22, 2022
1 parent c2f5af8 commit f93c585
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/uvloop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit f93c585

Please sign in to comment.