diff --git a/tests/runtests.py b/tests/runtests.py index b2c08372224..996aa2a84b4 100755 --- a/tests/runtests.py +++ b/tests/runtests.py @@ -132,7 +132,7 @@ def setup(verbosity, test_labels): ) warnings.filterwarnings( 'ignore', - 'Model class django.contrib.comments.models.*supported in Django 1.9.', + 'Model class django.contrib.comments.models.* Django 1.9.', PendingDeprecationWarning ) # Load all the ALWAYS_INSTALLED_APPS.