summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-08-14 22:30:42 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-08-14 22:30:42 +0000
commit69cf1bb4606047efcc03699d4a8a07bb5298b672 (patch)
treebe2c1f1ffb04718ef32b3c9928e2f72b5dc73d0d
parentb38375ee4c4f2910e4885c6e3ea6b2a64704715b (diff)
Removed django.contrib.sites from ALWAYS_INSTALLED_APPS in runtests.py. It was causing a test error for people who don't have SITE_ID set, and none of the tests required it, anyway
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5887 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rwxr-xr-xtests/runtests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runtests.py b/tests/runtests.py
index 56679ecb7c..89410f721c 100755
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -18,7 +18,6 @@ REGRESSION_TEST_DIR = os.path.join(os.path.dirname(__file__), REGRESSION_TESTS_D
ALWAYS_INSTALLED_APPS = [
'django.contrib.contenttypes',
'django.contrib.auth',
- 'django.contrib.sites',
'django.contrib.flatpages',
'django.contrib.redirects',
'django.contrib.sessions',