Skip to content

Commit 88befb6

Browse files
Update setup.cfg
1 parent 169107c commit 88befb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ filterwarnings =
8484
# Weird issue in Python 3.13+ triggered in test_multipart.py
8585
ignore:coroutine method 'aclose' of 'BodyPartReader._decode_content_async' was never awaited:RuntimeWarning
8686
# To ease migration to pytest-asyncio
87-
ignore:.*requested an async fixture 'event_loop':pytest.PytestRemovedIn9Warning
87+
ignore:.*requested an async fixture 'event_loop'
8888
junit_suite_name = aiohttp_test_suite
8989
norecursedirs = dist docs build .tox .eggs
9090
minversion = 3.8.2

0 commit comments

Comments
 (0)