Speed up mypy regr test in CI#15735
Conversation
|
Woah, that used to take 5-6 minutes -- how is it taking ~19 minutes on recent CI runs?? What on earth changed to cause that much of a regression? |
|
I think it's because 29bffca means that we're now using Python 3.15 to run |
|
It shouldn't be necessary to actually use Python 3.15 to run the script -- we should be able to run mypy with |
|
Ah good point. Yeah this didn't actually help much, it seemed to help locally. |
|
Switched it back to 3.14 and now it takes 5 min again. Kept a bugfix Codex found where we were missing environment setup failures because we weren't awaiting some futures. |
Hum, but these aren't async futures, so I don't think they need to be awaited -- what was codex's full reasoning here, OOI? |
|
The exception will never propagate if you don't |
No description provided.