Skip to content

Commit 4605c2a

Browse files
committed
test: Ignore new deprecation warnings
#20 Branch: FixCI-20 Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
1 parent 601c7bd commit 4605c2a

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
@@ -353,6 +353,8 @@ filterwarnings = [
353353
"ignore: `regex` has been deprecated, please use `pattern` instead", # FastAPI upgraded needed upstream
354354
"ignore: Extra environment options are deprecated. Use a preconfigured jinja2.Environment instead.", # Jinja2 deprecation upstream
355355
"ignore:websockets.*is deprecated.*:DeprecationWarning", # websockets library upgrade needed upstream
356+
"ignore: SADeprecationWarning. The argument signature for the .*", # sqlalchemy deprecation
357+
"ignore: The HMAC key is 11 bytes long.*", # security warning from jwt
356358
]
357359

358360
# ── fawltydeps ─────────────────────────────────────────────────────

0 commit comments

Comments
 (0)