Skip to content

PYTHON-5799 Skip TestExplicitTextEncryptionProse tests#2915

Merged
blink1073 merged 1 commit into
mongodb:masterfrom
blink1073:PYTHON-5799
Jul 6, 2026
Merged

PYTHON-5799 Skip TestExplicitTextEncryptionProse tests#2915
blink1073 merged 1 commit into
mongodb:masterfrom
blink1073:PYTHON-5799

Conversation

@blink1073

Copy link
Copy Markdown
Member

PYTHON-5799

Changes in this PR

Skip TestExplicitTextEncryptionProse tests pending support for the new query type.

Test Plan

CI.

Checklist

Checklist for Author

  • Did you update the changelog (if necessary)?
  • Is there test coverage?
  • Is any followup work tracked in a JIRA ticket? If so, add link(s). See PYTHON-5799.

Checklist for Reviewer

  • Does the title of the PR reference a JIRA Ticket?
  • Do you fully understand the implementation? (Would you be comfortable explaining how this code works to someone else?)
  • Is all relevant documentation (README or docstring) updated?

Skip pending support for the new query type.
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@blink1073

Copy link
Copy Markdown
Member Author

PyOpenSSL failure is unrelated.

@blink1073 blink1073 marked this pull request as ready for review July 6, 2026 16:10
@blink1073 blink1073 requested a review from a team as a code owner July 6, 2026 16:10
@blink1073 blink1073 requested review from NoahStapp and Copilot July 6, 2026 16:10
@codeowners-service-app

Copy link
Copy Markdown

Assigned sleepyStick for team dbx-python because NoahStapp is out of office.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR disables the prose tests for explicit text encryption (TestExplicitTextEncryptionProse) while PyMongo lacks support for a newly introduced query type referenced by the spec prose tests.

Changes:

  • Skip TestExplicitTextEncryptionProse in the synchronous test suite.
  • Skip TestExplicitTextEncryptionProse in the asynchronous test suite.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
test/test_encryption.py Adds a unittest.skip decorator to skip the synchronous TestExplicitTextEncryptionProse test class.
test/asynchronous/test_encryption.py Adds a matching unittest.skip decorator to skip the async TestExplicitTextEncryptionProse test class.

@blink1073 blink1073 merged commit c224067 into mongodb:master Jul 6, 2026
88 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants