python3Packages.fastapi-versionizer: disable openapi schema tests (#523522)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user