Skip to content

Commit 86589c7

Browse files
committed
Remove unneeded requirement
1 parent d5c9cd3 commit 86589c7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/asynchronous/test_client_bulk_write.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,6 @@ async def test_returns_error_if_auto_encryption_configured(self):
552552

553553
@async_client_context.require_version_min(8, 0, 0, -24)
554554
@async_client_context.require_no_serverless
555-
@unittest.skipUnless(_HAVE_PYMONGOCRYPT, "pymongocrypt is not installed")
556555
async def test_upserted_result(self):
557556
client = await self.async_rs_or_single_client()
558557

test/test_client_bulk_write.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,6 @@ def test_returns_error_if_auto_encryption_configured(self):
552552

553553
@client_context.require_version_min(8, 0, 0, -24)
554554
@client_context.require_no_serverless
555-
@unittest.skipUnless(_HAVE_PYMONGOCRYPT, "pymongocrypt is not installed")
556555
def test_upserted_result(self):
557556
client = self.rs_or_single_client()
558557

0 commit comments

Comments
 (0)