Closed
Description
Right now, we run wheel tests prior to source distribution tests. In an ideal world, we'd run both of these tox environments in parallel. In current implementation however, this is not the case.
This is for two reasons:
- Issues in
tox-monorepo
that were resolved in this pr - Real issues in the tests. For instance, dropping a local file with name like
test_upload_blob.temp.data
which could be cleaned up bywhl
environment whilesdist
is still running.
Work that's left to do: stabilization/discovering all bad test patterns.