We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d072c28 commit 356bf35Copy full SHA for 356bf35
pyproject.toml
@@ -94,5 +94,6 @@ xfail_strict = true
94
filterwarnings = [
95
"error",
96
# This should be fixed on Uvicorn's side.
97
- "ignore::DeprecationWarning:websockets.*",
+ "ignore::DeprecationWarning:websockets",
98
+ "ignore:websockets.server.WebSocketServerProtocol is deprecated:DeprecationWarning",
99
]
0 commit comments