Silence wagtailadmin.W001 in project template test

We don't need to compile the CSS for this
pull/12589/head
Sage Abdullah 2024-11-12 14:22:22 +00:00 zatwierdzone przez Matt Westcott
rodzic f65282f482
commit 87dcaf6338
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -162,6 +162,7 @@ jobs:
cd testproject
tee -a testproject/settings/local.py << EOF
from warnings import filterwarnings
SILENCED_SYSTEM_CHECKS = ["wagtailadmin.W001"]
# Remove when l18n dependency is updated or removed
filterwarnings(
"ignore", "'locale.getdefaultlocale' is deprecated .*"