Skip to content

Commit aef8941

Browse files
committed
Ignore aiohttp.web_exceptions.NotAppKeyWarning
1 parent ece9cbc commit aef8941

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pytest.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ addopts =
99
--cov-report xml
1010
xfail_strict = True
1111
asyncio_mode = auto
12-
filterwarnings = error
12+
filterwarnings =
13+
error
14+
# Pending https://github.com/aio-libs/aiohttp-session/pull/1204
15+
ignore::aiohttp.web_exceptions.NotAppKeyWarning
1316
testpaths =
1417
tests

0 commit comments

Comments
 (0)