summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/runtests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/runtests.py b/tests/runtests.py
index 8ee71d6f9c..c196067530 100755
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -147,8 +147,6 @@ def setup(verbosity, test_labels):
# us skip creating migrations for the test models.
'auth': 'django.contrib.auth.tests.migrations',
'contenttypes': 'django.contrib.contenttypes.tests.migrations',
- 'flatpages_tests': 'django.contrib.flatpages.migrations',
- 'redirects_tests': 'django.contrib.redirects.migrations',
}
if verbosity > 0: