python313Packages.mcp: ignore pydantic 2.11 deprecations

This commit is contained in:
Martin Weinelt
2025-04-03 23:18:17 +02:00
parent 3e80e8e735
commit 70f4f8ece4
@@ -79,6 +79,11 @@ buildPythonPackage rec {
pytestCheckHook
] ++ lib.flatten (lib.attrValues optional-dependencies);
pytestFlagsArray = [
"-W"
"ignore::pydantic.warnings.PydanticDeprecatedSince211"
];
disabledTests = [
# attempts to run the package manager uv
"test_command_execution"