diff options
Diffstat (limited to 'tests/utils_tests/test_tzinfo.py')
| -rw-r--r-- | tests/utils_tests/test_tzinfo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/utils_tests/test_tzinfo.py b/tests/utils_tests/test_tzinfo.py index b1a08fb600..8081125c25 100644 --- a/tests/utils_tests/test_tzinfo.py +++ b/tests/utils_tests/test_tzinfo.py @@ -9,7 +9,6 @@ import warnings from django.test import ignore_warnings from django.utils.deprecation import RemovedInDjango19Warning - # Swallow the import-time warning to test the deprecated implementation. with warnings.catch_warnings(): warnings.filterwarnings("ignore", category=RemovedInDjango19Warning) |
