chore: ignore HTTPResponse.getheaders() deprecation warning
related issue: https://github.com/openedx/edx-platform/issues/33584 note: this warning is rased from a third party library (elasticsearch)
This commit is contained in:
@@ -13,4 +13,6 @@ filterwarnings =
|
||||
ignore::xblock.exceptions.FieldDataDeprecationWarning
|
||||
# Remove default_app_config warning after updating Django to 4.2
|
||||
ignore:.*You can remove default_app_config.*:PendingDeprecationWarning
|
||||
ignore:Instead access HTTPResponse.headers directly.*:DeprecationWarning:elasticsearch
|
||||
|
||||
norecursedirs = .cache
|
||||
|
||||
Reference in New Issue
Block a user