diff --git a/runtests.py b/runtests.py index bb86dc7..a1f4d93 100755 --- a/runtests.py +++ b/runtests.py @@ -16,6 +16,7 @@ DEFAULT_SETTINGS = dict( "ENGINE": "django.db.backends.sqlite3" } }, + SILENCED_SYSTEM_CHECKS=["1_7.W001"], )