-
Notifications
You must be signed in to change notification settings - Fork 116
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
Finish backporting aiohttp 3.10 bump #6007
Conversation
Bumping this req broke Pulp, but only when using the downloader outside of a coroutine, which some plugins do (pulp_container). (from commit 3b0d218)
Side note, we will probably have problems with this again when we upgrade past python 3.12, as it will most likely become an error one day: https://docs.python.org/3.11/library/asyncio-eventloop.html#asyncio.get_event_loop |
Backport to 3.22: 💚 backport PR created✅ Backport PR branch: Backported as #6008 🤖 @patchback |
Backport to 3.39: 💚 backport PR created✅ Backport PR branch: Backported as #6009 🤖 @patchback |
Backport to 3.28: 💚 backport PR created✅ Backport PR branch: Backported as #6010 🤖 @patchback |
Uggh, seems like we have an inconsistent test on the azure runner for 3.49. Seems to fail on the retry-with-bad-response test. The fixture seems to be giving an error. Not sure where to start with this one. |
FWIW, we've been seing a number of inconsistent tests in the nightlies, that "work fine on restart". hard to pin down exactly what is going on - esp when sometimes, it's clearly "github hiccupped/timed-out/etc" |
Bumping this req broke Pulp, but only when using the downloader outside of a coroutine, which some plugins do (pulp_container).
(from commit 3b0d218)