Index: aiohttp-3.8.1/setup.cfg =================================================================== --- aiohttp-3.8.1.orig/setup.cfg +++ aiohttp-3.8.1/setup.cfg @@ -119,6 +119,7 @@ filterwarnings = ignore:Exception ignored in. :pytest.PytestUnraisableExceptionWarning:_pytest.unraisableexception ignore:The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.:DeprecationWarning:asyncio + ignore:Passing None has been deprecated:pytest.PytestDeprecationWarning junit_suite_name = aiohttp_test_suite norecursedirs = dist docs build .tox .eggs minversion = 3.8.2