Skip to content

Commit 5fdee60

Browse files
committed
connection creation fixes
1 parent 0b9fccf commit 5fdee60

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

django_mongodb/features.py

-7
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
7070
"aggregation_regress.tests.AggregationTests.test_decimal_aggregate_annotation_filter",
7171
# subclasses of BaseDatabaseWrapper may require an is_usable() method
7272
"backends.tests.BackendTestCase.test_is_usable_after_database_disconnects",
73-
# subclasses of BaseDatabaseWrapper may require a get_connection_params() method
74-
"servers.test_liveserverthread.LiveServerThreadTest.test_closes_connections",
75-
"servers.tests.LiveServerTestCloseConnectionTest.test_closes_connections",
7673
# Connection creation doesn't follow the usual Django API.
7774
"backends.tests.ThreadTests.test_pass_connection_between_threads",
7875
"backends.tests.ThreadTests.test_default_connection_thread_local",
@@ -560,10 +557,6 @@ def django_test_expected_failures(self):
560557
# Probably something to do with lack of transaction support.
561558
"migration_test_data_persistence.tests.MigrationDataNormalPersistenceTestCase.test_persistence",
562559
},
563-
"Connection creation doe not follow the usual Django API.": {
564-
# Skipped because @unittest.expectedFailure doesn't work on async def?
565-
"async.tests.DatabaseConnectionTest.test_get_async_connection",
566-
},
567560
"Partial indexes to be supported.": {
568561
"indexes.tests.PartialIndexConditionIgnoredTests.test_condition_ignored",
569562
},

0 commit comments

Comments
 (0)