chore: ignore 'etree' is deprecated
Related issue: https://github.com/openedx/edx-platform/issues/32888
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user