8000 Remove warning filters · python/blurb_it@68f660b · GitHub
[go: up one dir, main page]

Skip to content

Commit 68f660b

Browse files
committed
Remove warning filters
1 parent a822abb commit 68f660b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pytest.ini

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ addopts =
99
--cov-report xml
1010
xfail_strict = True
1111
asyncio_mode = auto
12-
filterwarnings =
13-
error
14-
ignore:'asyncio.get_event_loop_policy' is deprecated and slated for removal in Python 3.16:DeprecationWarning:pytest_asyncio
15-
ignore:'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction.. instead:DeprecationWarning:aiohttp
16-
ignore:'asyncio.set_event_loop' is deprecated and slated for removal in Python 3.16:DeprecationWarning:pytest_asyncio
17-
ignore:'asyncio.set_event_loop_policy' is deprecated and slated for removal in Python 3.16:DeprecationWarning:pytest_asyncio
12+
filterwarnings = error
1813
testpaths =
1914
tests

0 commit comments

Comments
 (0)
0