mirror of
https://github.com/django/django.git
synced 2025-04-14 12:24:36 +00:00
[1.11.x] Refs #27741 -- Fixed staticfiles_tests.test_views when run in isolation.
Backport of 11856ea44e4dd1ff2358c559c0d04ac848832c23 from master
This commit is contained in:
parent
15967d5e4a
commit
7dda48bf18
@ -26,4 +26,7 @@ TEST_SETTINGS = {
|
||||
'staticfiles_tests.apps.test',
|
||||
'staticfiles_tests.apps.no_label',
|
||||
],
|
||||
# In particular, AuthenticationMiddleware can't be used because
|
||||
# contrib.auth isn't in INSTALLED_APPS.
|
||||
'MIDDLEWARE': [],
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user