There was an error while loading. Please reload this page.
1 parent 587e448 commit 356eed6Copy full SHA for 356eed6
test/test_database.py
@@ -721,6 +721,7 @@ def test_deref_kwargs(self):
721
projection={"_id": False}))
722
723
@client_context.require_no_auth
724
+ @client_context.require_version_max(4, 1, 0)
725
def test_eval(self):
726
db = self.client.pymongo_test
727
db.test.drop()
@@ -824,6 +825,7 @@ def test_delete(self):
824
825
self.assertFalse(db.test.find_one())
826
827
828
829
def test_system_js(self):
830
831
db.system.js.delete_many({})
0 commit comments