summaryrefslogtreecommitdiff
path: root/tests/admin_scripts
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-09-03 08:33:23 -0400
committerTim Graham <timograham@gmail.com>2015-09-03 08:33:23 -0400
commit2145607d1df8d81b202dae3c94bce9a21f98cab0 (patch)
tree7f175b0ad9ebb3ab2b098171a3365c6bef559b55 /tests/admin_scripts
parent627c7eb7bf81fe4faac552475fa13f449dc8dd33 (diff)
Removed some test settings following removal of compatibility checks.
Diffstat (limited to 'tests/admin_scripts')
-rw-r--r--tests/admin_scripts/tests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/admin_scripts/tests.py b/tests/admin_scripts/tests.py
index 7ba2593e95..f81f6dda38 100644
--- a/tests/admin_scripts/tests.py
+++ b/tests/admin_scripts/tests.py
@@ -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):