Bump the required version of pymongo to >=3.5
This commit is contained in:
		| @@ -4602,9 +4602,6 @@ class QuerySetTest(unittest.TestCase): | ||||
|         self.assertEqual(doc_objects, Doc.objects.from_json(json_data)) | ||||
|  | ||||
|     def test_json_complex(self): | ||||
|         if pymongo.version_tuple[0] <= 2 and pymongo.version_tuple[1] <= 3: | ||||
|             raise SkipTest("Need pymongo 2.4 as has a fix for DBRefs") | ||||
|  | ||||
|         class EmbeddedDoc(EmbeddedDocument): | ||||
|             pass | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user