Skip to content

Parallelize Tox Environment Runs #9133

Closed
@scbedd

Description

@scbedd

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:

  1. Issues in tox-monorepo that were resolved in this pr
  2. 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.

Metadata

Metadata

Assignees

Labels

EngSysThis issue is impacting the engineering system.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions