From 077ba4d30f937a6745fdb4b1a2525cdde8520e07 Mon Sep 17 00:00:00 2001 From: Lennart Grahl Date: Mon, 7 Jan 2019 18:48:42 +0100 Subject: [PATCH] Disable deprecation warnings of asyncio library for Python 3.4 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 43f19c9..11550d4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,5 +18,6 @@ order_by_type = true [tool:pytest] filterwarnings = + ignore:.*asyncio\.async\(\) function is deprecated.*:DeprecationWarning ignore:'with \(yield from lock\)' is deprecated.*:DeprecationWarning ignore:.*instead of from 'collections.abc' is deprecated.*:DeprecationWarning