Uh oh!
There was an error while loading. Please reload this page.
Disable regression tests temporarily - #11277
Conversation
They fail intermittently, see python#11220 for details.
my worry is that the intermittent test failure indicates some kind of import cycle between the I also worry that these tests will quickly start to fail with mypy if we do this. |
AlexWaygood
commented
Jan 15, 2024
If we need a stopgap to fix the intermittent failures, I'd honestly prefer to revert 3edfd90. All the failures mention "Cannot find module for resource.struct_rusage", and the test failures started immediately after that commit, so I think it must be the cause (although I cannot explain it -- though I haven't done any in-depth investigation yet). |
I have no idea either. But I'm down to revert it if investigation requires much more time. |
They fail intermittently, see #11220 for details.