diff options
Diffstat (limited to 'tests/modeltests/timezones/tests.py')
| -rw-r--r-- | tests/modeltests/timezones/tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/modeltests/timezones/tests.py b/tests/modeltests/timezones/tests.py index a8d2c0c332..171c2187f2 100644 --- a/tests/modeltests/timezones/tests.py +++ b/tests/modeltests/timezones/tests.py @@ -63,8 +63,6 @@ class BaseDateTimeTests(TestCase): self._old_tz = os.environ.get('TZ') os.environ['TZ'] = 'Africa/Nairobi' time.tzset() - # Create a new cursor, for test cases that change the value of USE_TZ. - connection.close() @classmethod def tearDownClass(self): |
