Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retry on spurious failures when caching built wheels (#4605)
#2419 appears to have only applied this retry to wheels that were already downloaded (though I would have to look more carefully to be certain). In #1491, we've gotten continued reports of spurious failures on Windows and tracing reveals that we are not applying our retry logic during the rename. I believe we're in this code path — switching to our backoff retry should resolve the failures.
- Loading branch information