1
0
python-aiohttp/ignore-pytest-deprecationwarning.patch

13 lines
761 B
Diff

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. <function ClientSession.__del__ at 0x.:pytest.PytestUnraisableExceptionWarning:_pytest.unraisableexception
ignore:Exception ignored in. <_io.FileIO .closed.>: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