We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f283f commit 0731b22Copy full SHA for 0731b22
noxfile.py
@@ -17,6 +17,16 @@ def test(session: nox.Session) -> None:
17
"DeprecationWarning:pytest_asyncio.plugin"
18
),
19
"-W",
20
+ ( # https://github.com/pytest-dev/pytest-asyncio/issues/1025
21
+ r"default:'asyncio.get_event_loop_policy':"
22
+ "DeprecationWarning:pytest_asyncio.plugin"
23
+ ),
24
+ "-W",
25
26
+ r"default:'asyncio.set_event_loop_policy':"
27
28
29
30
( # https://github.com/aio-libs/aiohttp/pull/7302, included in aiohttp >= 3.9
31
"default:datetime.datetime.utcfromtimestamp:"
32
"DeprecationWarning:aiohttp.cookiejar"
0 commit comments