chore: ignore default_app_config warning
related issue: https://github.com/openedx/edx-platform/issues/33572
This commit is contained in:
@@ -12,6 +12,9 @@ filterwarnings =
|
||||
default
|
||||
ignore:No request passed to the backend, unable to rate-limit:UserWarning
|
||||
ignore::xblock.exceptions.FieldDataDeprecationWarning
|
||||
# Remove default_app_config warning after updating Django to 4.2
|
||||
ignore:.*You can remove default_app_config.*:PendingDeprecationWarning
|
||||
|
||||
junit_family = xunit2
|
||||
norecursedirs = .* *.egg build conf dist node_modules test_root cms/envs lms/envs
|
||||
python_classes =
|
||||
|
||||
Reference in New Issue
Block a user