Skip to content

Commit 5adfb92

Browse files
committed
test: Ignore deprecation warnings needing upstream updates
Branch: PyPIPush Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
1 parent eb7e43f commit 5adfb92

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,8 @@ filterwarnings = [
350350
"ignore:Passing 'msg' argument to .*\\.cancel\\(\\) is deprecated:DeprecationWarning", # From 3rd party libraries
351351
"ignore: Using `@model_validator` with mode='after' on a classmethod.*:DeprecationWarning", # From 3rd party libraries
352352
"ignore: Unclosed <MemoryObjectReceiveStream.*:ResourceWarning", # From async client calls
353+
"ignore: Support for class-based `config` is deprecated.*", # Pydantic upgraded needed upstream
354+
"ignore: `regex` has been deprecated, please use `pattern` instead", # FastAPI upgraded needed upstream
353355
]
354356

355357
# ── fawltydeps ─────────────────────────────────────────────────────

0 commit comments

Comments
 (0)