From b90820c17d844ed56d8594fd19147b09ad0d7ba7 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Fri, 17 Jul 2020 12:31:54 -0400 Subject: [PATCH] setup.cfg: Disable warnings with pytest dogtail, gtk are quite noisy Signed-off-by: Cole Robinson --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index 82bf09965..5efd21a81 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,3 +24,7 @@ ignore = E122, E123, E126, E127, E128, E129, E221, E241, E301, E303, E305, E306, E402, E501, W504, E741 + +[tool:pytest] +filterwarnings = + ignore:.*