Closed facutuesca closed 7 months ago
My only hesitation here is in upstreamability -- our tests currently avoid pytest
because we want to make this straightforward to upstream into CPython itself. Maybe we can carve out the retrying helper here and include it in _utils.py
?
My only hesitation here is in upstreamability -- our tests currently avoid
pytest
because we want to make this straightforward to upstream into CPython itself. Maybe we can carve out the retrying helper here and include it in_utils.py
?
@woodruffw done! we now have our own retrying helper
Using this retrying logic might save us some test flakiness in the future