From fe56caac143c147c3d43ac0e179f4b0171edb0f8 Mon Sep 17 00:00:00 2001 From: Lennart Grahl Date: Mon, 7 Jan 2019 18:44:20 +0100 Subject: [PATCH] Disable deprecation warnings of 3rd party libraries --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.cfg b/setup.cfg index 60e98b3..43f19c9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,3 +15,8 @@ known_first_party = saltyrtc line_length = 90 multi_line_output = 3 order_by_type = true + +[tool:pytest] +filterwarnings = + ignore:'with \(yield from lock\)' is deprecated.*:DeprecationWarning + ignore:.*instead of from 'collections.abc' is deprecated.*:DeprecationWarning