diff --git a/plinth/tests/data/django_test_settings.py b/plinth/tests/data/django_test_settings.py index fe00c87b1..b3d9f231f 100644 --- a/plinth/tests/data/django_test_settings.py +++ b/plinth/tests/data/django_test_settings.py @@ -47,6 +47,10 @@ INSTALLED_APPS = [ 'plinth', ] +# XXX: Workaround problem with django-axes 5.0.7 checking for settings in +# settings.MIDDLEWARE. This fails on Django version 1.11. +MIDDLEWARE = () + # These are included here solely to suppress Django warnings # during testing setup MIDDLEWARE_CLASSES = (