Silence watchdog's internal deprecation warning when using pytest

This commit is contained in:
Kristóf Tóth 2019-08-14 13:49:25 +02:00
parent 9e49a93df3
commit 8f7715565e
1 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,4 @@
[pytest]
filterwarnings = ignore::DeprecationWarning:zmq
filterwarnings =
ignore::DeprecationWarning:zmq
ignore::DeprecationWarning:watchdog