python3Packages.fastmcp: disable flaky test on Darwin (#484490)

This commit is contained in:
Gaétan Lepage
2026-01-28 21:07:08 +00:00
committed by GitHub
@@ -168,6 +168,9 @@ buildPythonPackage (finalAttrs: {
++ lib.optionals stdenv.hostPlatform.isDarwin [
# RuntimeError: Server failed to start after 10 attempts
"test_unauthorized_access"
# Failed: DID NOT RAISE <class 'fastmcp.exceptions.ToolError'>
"test_stateless_proxy"
];
disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [