1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/uvicorn/skip-warns.patch
2022-11-24 01:38:55 +01: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/*