From 3541a58a567218f8d091d25f6b2a00a45665828f Mon Sep 17 00:00:00 2001 From: Tom Hunze Date: Tue, 24 Feb 2026 22:03:22 +0100 Subject: [PATCH] python3Packages.sanic: disable failing test on darwin Co-authored-by: PolyWolf <31190026+p0lyw0lf@users.noreply.github.com> --- pkgs/development/python-modules/sanic/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/sanic/default.nix b/pkgs/development/python-modules/sanic/default.nix index 0738dddcd0be..daa420fb67f0 100644 --- a/pkgs/development/python-modules/sanic/default.nix +++ b/pkgs/development/python-modules/sanic/default.nix @@ -107,6 +107,10 @@ buildPythonPackage rec { # Our mailcap database has a different mime type name for xml documentations # AssertionError: assert 'text/xml; charset=utf-8' == 'application/xml' "test_guess_content_type" + ] + ++ lib.optionals stdenv.hostPlatform.isDarwin [ + # KeyError: "getgrnam(): name not found: 'root'" + "test_validate_group_sets_gid" ]; disabledTestPaths = [