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 by whl environment while sdist is still running.
Work that's left to do: stabilization/discovering all bad test patterns.
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:
tox-monorepothat were resolved in this prtest_upload_blob.temp.datawhich could be cleaned up bywhlenvironment whilesdistis still running.Work that's left to do: stabilization/discovering all bad test patterns.