We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece9cbc commit aef8941Copy full SHA for aef8941
1 file changed
pytest.ini
@@ -9,6 +9,9 @@ addopts =
9
--cov-report xml
10
xfail_strict = True
11
asyncio_mode = auto
12
-filterwarnings = error
+filterwarnings =
13
+ error
14
+ # Pending https://github.com/aio-libs/aiohttp-session/pull/1204
15
+ ignore::aiohttp.web_exceptions.NotAppKeyWarning
16
testpaths =
17
tests
0 commit comments