From 7647918f2d8816425c90f4561cb7a45af5037e90 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 12 Dec 2018 22:13:32 -0800 Subject: [PATCH] setup: suppress XMLParser() warning - defusedxml related --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cfcb82cf..4325685a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,6 +11,8 @@ ignore = [tool:pytest] norecursedirs = lib .pc .git output cache resources testpaths = tests +filterwarnings = + ignore:.*XMLParser.*:DeprecationWarning [metadata] -license_file = LICENSE \ No newline at end of file +license_file = LICENSE