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