From f6687979350c92ec3085f8287eaa34aaccf27379 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sun, 5 Apr 2026 19:44:03 -0400 Subject: [PATCH] python3Packages.qh3: skip broken tests on darwin --- pkgs/development/python-modules/qh3/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/qh3/default.nix b/pkgs/development/python-modules/qh3/default.nix index 70494aaa1bc1..55be7da2bb29 100644 --- a/pkgs/development/python-modules/qh3/default.nix +++ b/pkgs/development/python-modules/qh3/default.nix @@ -61,9 +61,11 @@ buildPythonPackage rec { rm -r qh3 ''; - disabledTests = lib.optionals stdenv.buildPlatform.isDarwin [ + disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ # ConnectionError "test_connect_and_serve_ipv4" + "test_ech_accepted" + "test_grease_ech_no_rejection" ]; meta = {