-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fix Read The Docs config #7272
Fix Read The Docs config #7272
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.. |
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)
No description provided.