From 508e0e42d929eec473d13c99656c3cfc42c8fb0c Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 21 Jan 2025 03:31:30 +0100 Subject: [PATCH] python313Packages.fastapi: disable failing test --- pkgs/development/python-modules/fastapi/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/fastapi/default.nix b/pkgs/development/python-modules/fastapi/default.nix index 941cfe38049b..6fe29c6e3037 100644 --- a/pkgs/development/python-modules/fastapi/default.nix +++ b/pkgs/development/python-modules/fastapi/default.nix @@ -126,6 +126,8 @@ buildPythonPackage rec { disabledTests = [ # Coverage test "test_fastapi_cli" + # Likely pydantic compat issue + "test_exception_handler_body_access" ]; disabledTestPaths = [