summaryrefslogtreecommitdiff
path: root/dev-python/pytest-asyncio/files/pytest-asyncio-0.15.1-310-test-warnings.patch
blob: 50f1c9f2d168302cfc02cf907b4f618e3e2ac388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/setup.cfg b/setup.cfg
index 0161086..047501c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,6 +8,7 @@ show_missing = true
 addopts = -rsx --tb=short
 testpaths = tests
 filterwarnings = error
+    ignore::DeprecationWarning
 
 [metadata]
 # ensure LICENSE is included in wheel metadata