forked from pool/python-aiohttp
- Add ignore-pytest-deprecationwarning.patch * gh#aio-libs/aiohttp#6663 OBS-URL: https://build.opensuse.org/request/show/965357 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=74
13 lines
761 B
Diff
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
|