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
1 changed files with 0 additions and 2 deletions

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