Skip to content

Commit

Permalink
MOTOR-701: Require MongoDB 4.2+ to run CSFLE tests (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
guanlinzhou committed Apr 6, 2021
1 parent 9bff41c commit abbbde5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/asyncio_tests/test_asyncio_encryption.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

from pymongo.encryption import Algorithm
from pymongo.errors import InvalidOperation
from test import env
from test.asyncio_tests import (asyncio_test,
AsyncIOTestCase,
skip_if_mongos)
Expand All @@ -42,6 +43,7 @@
_HAVE_PYMONGOCRYPT = False


@env.require_version_min(4,2,-1)
class TestExplicitSimple(AsyncIOTestCase):
def setUp(self):
super().setUp()
Expand Down

0 comments on commit abbbde5

Please sign in to comment.