mirror of
https://github.com/django/django.git
synced 2025-11-25 13:13:28 +00:00
Refs #25415 -- Fixed/silenced check errors in Django's test suite.
This commit is contained in:
parent
e3e80da7a5
commit
6d947e8c32
2 changed files with 4 additions and 2 deletions
|
|
@ -204,8 +204,6 @@ class Ticket17477RegressionTests(AdminScriptTestCase):
|
|||
|
||||
class Sqlite3InMemoryTestDbs(TestCase):
|
||||
|
||||
available_apps = []
|
||||
|
||||
@unittest.skipUnless(all(db.connections[conn].vendor == 'sqlite' for conn in db.connections),
|
||||
"This is an sqlite-specific issue")
|
||||
def test_transaction_support(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue