python3Packages.sanic: disable failing test on darwin

Co-authored-by: PolyWolf <31190026+p0lyw0lf@users.noreply.github.com>
This commit is contained in:
Tom Hunze
2026-02-24 22:04:31 +01:00
co-authored by PolyWolf
parent 613a7dc8a7
commit 3541a58a56
@@ -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 = [