summaryrefslogtreecommitdiff
path: root/tests/runtests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.py')
-rwxr-xr-xtests/runtests.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/runtests.py b/tests/runtests.py
index 8c56e273b5..c23737ed14 100755
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -10,10 +10,6 @@ from django import contrib
from django.utils._os import upath
from django.utils import six
-# databrowse is deprecated, but we still want to run its tests
-warnings.filterwarnings('ignore', "The Databrowse contrib app is deprecated",
- DeprecationWarning, 'django.contrib.databrowse')
-
CONTRIB_DIR_NAME = 'django.contrib'
MODEL_TESTS_DIR_NAME = 'modeltests'
REGRESSION_TESTS_DIR_NAME = 'regressiontests'
@@ -40,7 +36,6 @@ ALWAYS_INSTALLED_APPS = [
'django.contrib.comments',
'django.contrib.admin',
'django.contrib.admindocs',
- 'django.contrib.databrowse',
'django.contrib.staticfiles',
'django.contrib.humanize',
'regressiontests.staticfiles_tests',