Browse Source

Silence wagtailadmin.W001 in project template test

We don't need to compile the CSS for this
Sage Abdullah 4 months ago
parent
commit
87dcaf6338
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/test.yml

+ 1 - 0
.github/workflows/test.yml

@@ -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 .*"