Removed some test settings following removal of compatibility checks.
This commit is contained in:
parent
627c7eb7bf
commit
2145607d1d
|
@ -60,8 +60,6 @@ class AdminScriptTestCase(unittest.TestCase):
|
|||
'DATABASES',
|
||||
'ROOT_URLCONF',
|
||||
'SECRET_KEY',
|
||||
'TEST_RUNNER', # We need to include TEST_RUNNER, otherwise we get a compatibility warning.
|
||||
'MIDDLEWARE_CLASSES', # We need to include MIDDLEWARE_CLASSES, otherwise we get a compatibility warning.
|
||||
]
|
||||
for s in exports:
|
||||
if hasattr(settings, s):
|
||||
|
|
Loading…
Reference in New Issue