python3Packages.fastapi-versionizer: disable openapi schema tests (#523522)

This commit is contained in:
isabel
2026-05-24 10:54:50 +00:00
committed by GitHub
@@ -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";