Commit 0f61ebb 1 parent bc66598 commit 0f61ebb Copy full SHA for 0f61ebb
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3069,11 +3069,11 @@ def start_mongocryptd(port) -> None:
3069
3069
_spawn_daemon (args )
3070
3070
3071
3071
3072
+ @unittest .skipIf (os .environ .get ("TEST_CRYPT_SHARED" ), "crypt_shared lib is installed" )
3072
3073
class TestNoSessionsSupport (AsyncEncryptionIntegrationTest ):
3073
3074
mongocryptd_client : AsyncMongoClient
3074
3075
MONGOCRYPTD_PORT = 27020
3075
3076
3076
- @unittest .skipIf (os .environ .get ("TEST_CRYPT_SHARED" ), "crypt_shared lib is installed" )
3077
3077
async def asyncSetUp (self ) -> None :
3078
3078
await super ().asyncSetUp ()
3079
3079
start_mongocryptd (self .MONGOCRYPTD_PORT )
Original file line number Diff line number Diff line change @@ -3051,11 +3051,11 @@ def start_mongocryptd(port) -> None:
3051
3051
_spawn_daemon (args )
3052
3052
3053
3053
3054
+ @unittest .skipIf (os .environ .get ("TEST_CRYPT_SHARED" ), "crypt_shared lib is installed" )
3054
3055
class TestNoSessionsSupport (EncryptionIntegrationTest ):
3055
3056
mongocryptd_client : MongoClient
3056
3057
MONGOCRYPTD_PORT = 27020
3057
3058
3058
- @unittest .skipIf (os .environ .get ("TEST_CRYPT_SHARED" ), "crypt_shared lib is installed" )
3059
3059
def setUp (self ) -> None :
3060
3060
super ().setUp ()
3061
3061
start_mongocryptd (self .MONGOCRYPTD_PORT )
You can’t perform that action at this time.
0 commit comments