Skip to content

[FR] --no-parallel flag #4000

@skeggse

Description

@skeggse

Problem to solve

I'm testing AWS Lambda functions in container images, and using testcontainers and the AWS Lambda Runtime Emulator to do that.

Lambda functions are single-threaded and single-concurrency. They don't accept multiple concurrent requests, so the behavior of --test running in parallel is unhelpful in this case.

Proposal

--no-parallel to explicitly disable parallelism even if --test provided.

Alternatively, if --jobs is 0, disable parallelism that way.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions