We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e45ee5 commit f12ae28Copy full SHA for f12ae28
test/test_encryption.py
@@ -3004,14 +3004,13 @@ def start_mongocryptd(port) -> None:
3004
_spawn_daemon(args)
3005
3006
3007
-class TestNoSessionsSupport(IntegrationTest):
+class TestNoSessionsSupport(EncryptionIntegrationTest):
3008
mongocryptd_client: MongoClient
3009
MONGOCRYPTD_PORT = 27020
3010
3011
@classmethod
3012
@client_context.require_sessions
3013
@unittest.skipIf(os.environ.get("TEST_CRYPT_SHARED"), "crypt_shared lib is installed")
3014
- @client_context.require_version_min(4, 2, -1)
3015
def setUpClass(cls):
3016
super().setUpClass()
3017
start_mongocryptd(cls.MONGOCRYPTD_PORT)
0 commit comments