chore: ignore 'etree' is deprecated

Related issue: https://github.com/openedx/edx-platform/issues/32888
This commit is contained in:
Daniel Valenzuela
2023-11-01 00:13:33 -03:00
parent 9752da2b03
commit 398c84e1bc
4 changed files with 7 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ filterwarnings =
# and also due to dependency: https://github.com/PyFilesystem/pyfilesystem2
ignore:Deprecated call to `pkg_resources.declare_namespace.*:DeprecationWarning
ignore:.*pkg_resources is deprecated as an API.*:DeprecationWarning
ignore:'etree' is deprecated. Use 'xml.etree.ElementTree' instead.:DeprecationWarning:wiki
norecursedirs = envs
python_classes =