1
0
mirror of https://github.com/django/django.git synced 2024-12-31 21:46:05 +00:00

Fixed flake8 error.

This commit is contained in:
Tim Graham 2014-06-07 20:35:28 -04:00
parent f70f669941
commit 6c27ff957a

View File

@ -686,7 +686,6 @@ class BackendTestCase(TestCase):
reset_queries()
self.assertEqual(0, len(connection.queries))
# Unfortunately with sqlite3 the in-memory test database cannot be closed.
@skipUnlessDBFeature('test_db_allows_multiple_connections')
@override_settings(DEBUG=True)