python3Packages.qh3: skip broken tests on darwin

This commit is contained in:
techknowlogick
2026-04-05 19:44:03 -04:00
parent 5b3fdb136f
commit f668797935
@@ -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 = {