Conversation
Codecov Report
@@ Coverage Diff @@
## master #7272 +/- ##
=======================================
Coverage 97.31% 97.31%
=======================================
Files 107 107
Lines 31485 31485
Branches 3937 3937
=======================================
Hits 30640 30640
Misses 641 641
Partials 204 204
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
What was broken? |
|
Wrong version of ssl. Seems it needs the OS set explicitly to the latest version (maybe that |
|
Oh, that's because urllib3 v2 is finally out (and unpinned!) |
Backport to 3.9: 💚 backport PR created✅ Backport PR branch: Backported as #7273 🤖 @patchback |
(cherry picked from commit b2a7983)
|
Also, did you disable the admin bypass for branch protection recently? I wouldn't care, but the CI currently always waits 30 mins for the Windows test to timeout and fail before it merges things.. |
|
I think I did at some point. OTOH, you shouldn't have to babysit the CI if you use automerge. If the windows jobs time out and you know what a typical success timeline looks like, I'd recommend setting that timeout for said jobs to improve responsiveness.. |
**This is a backport of PR #7272 as merged into master (b2a7983).** None Co-authored-by: Sam Bull <[email protected]>
|
It's just the 3.11 broken one. While the Mac one fails quickly, the Windows one has a test which takes 5 mins to timeout (and then retries that failed test). |
Backport to 3.8: 💚 backport PR created✅ Backport PR branch: Backported as #7650 🤖 @patchback |
(cherry picked from commit b2a7983)
**This is a backport of PR #7272 as merged into master (b2a7983).** None Co-authored-by: Sam Bull <[email protected]>
No description provided.