1
0
mirror of https://github.com/django/django.git synced 2025-02-23 07:55:07 +00:00

Removed some test settings following removal of compatibility checks.

This commit is contained in:
Tim Graham 2015-09-03 08:33:23 -04:00
parent 627c7eb7bf
commit 2145607d1d

View File

@ -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):