python312Packages.fastapi: disable flaky test
This commit is contained in:
@@ -104,6 +104,8 @@ buildPythonPackage rec {
|
||||
disabledTests = [
|
||||
# Coverage test
|
||||
"test_fastapi_cli"
|
||||
# ResourceWarning: Unclosed <MemoryObjectSendStream>
|
||||
"test_openapi_schema"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
||||
Reference in New Issue
Block a user