Skip to content

Commit c606f3f

Browse files
committed
temporary fix for backend_ tests
1 parent 88b8918 commit c606f3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_mongodb_backend/features.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,7 @@ def django_test_expected_failures(self):
595595
def django_test_skips(self):
596596
skips = super().django_test_skips
597597
skips.update(self._django_test_skips)
598+
self.mongodb_version # noqa: B018 temporary fix for backend_ tests
598599
return skips
599600

600601
@cached_property

0 commit comments

Comments
 (0)