python3Packages.fastapi-versionizer: disable openapi schema tests

This commit is contained in:
Harinn
2026-05-24 00:16:49 +07:00
parent 7f2d19a8d1
commit ff2a0b0c5e
@@ -44,6 +44,12 @@ buildPythonPackage (finalAttrs: {
pytestCheckHook
];
disabledTestPaths = [
# openapi schema expectations drift with newer fastapi/pydantic
"tests/test_simple.py"
"tests/test_with_root_path.py"
];
meta = {
changelog = "https://github.com/alexschimpf/fastapi-versionizer/blob/${finalAttrs.src.tag}/CHANGELOG.md";
description = "API versionizer for FastAPI web applications";