From 8f7715565ed8c7e7ac4a77d5488ceae26a4801c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Wed, 14 Aug 2019 13:49:25 +0200 Subject: [PATCH] Silence watchdog's internal deprecation warning when using pytest --- pytest.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 72a218a..70c3cf1 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,4 @@ [pytest] -filterwarnings = ignore::DeprecationWarning:zmq +filterwarnings = + ignore::DeprecationWarning:zmq + ignore::DeprecationWarning:watchdog