ayaports/backports/uvicorn/skip-warns.patch
2023-01-12 18:10:32 +00:00

15 lines
434 B
Diff

diff --git a/setup.cfg b/setup.cfg
index aef20c6..61d3ef4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -69,10 +69,6 @@ addopts = -rxXs
--strict-config
--strict-markers
xfail_strict=True
-filterwarnings=
- # Turn warnings that aren't filtered into exceptions
- error
- ignore: \"watchgod\" is depreciated\, you should switch to watchfiles \(`pip install watchfiles`\)\.:DeprecationWarning
[coverage:run]
omit = venv/*