-
Notifications
You must be signed in to change notification settings - Fork 1.1k
PYTHON-5566 & PYTHON-3132 Add minimum version checks for remaining test variants #2650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| ) | ||
|
|
||
|
|
||
| def _load_trusted_ca_certs(cafile: str) -> list[Certificate]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is for PYTHON-3132
caseyclements
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This timeout failure seems persistent. I reran. :(
It passed on the next two attempts |
PYTHON-5566
Changes in this PR
Updates tests to use minimum dependencies when the minimum python version is used.
For version mins, I selected the oldest versions that passed the current test suite.
The uv lock is updated because of the version changes.
Test Plan
Patch build of all the min-dep tests: https://spruce.mongodb.com/version/693c66cdf6f71300075c6921/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC
Checklist
Checklist for Author
Checklist for Reviewer