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 600a3f0 commit d072c28Copy full SHA for d072c28
pyproject.toml
@@ -94,6 +94,5 @@ xfail_strict = true
94
filterwarnings = [
95
"error",
96
# This should be fixed on Uvicorn's side.
97
- "ignore::DeprecationWarning:websockets",
98
- "ignore::DeprecationWarning:websockets.server",
+ "ignore::DeprecationWarning:websockets.*",
99
]
0 commit comments