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 169107c commit 88befb6Copy full SHA for 88befb6
1 file changed
setup.cfg
@@ -84,7 +84,7 @@ filterwarnings =
84
# Weird issue in Python 3.13+ triggered in test_multipart.py
85
ignore:coroutine method 'aclose' of 'BodyPartReader._decode_content_async' was never awaited:RuntimeWarning
86
# To ease migration to pytest-asyncio
87
- ignore:.*requested an async fixture 'event_loop':pytest.PytestRemovedIn9Warning
+ ignore:.*requested an async fixture 'event_loop'
88
junit_suite_name = aiohttp_test_suite
89
norecursedirs = dist docs build .tox .eggs
90
minversion = 3.8.2
0 commit comments