Skip to content

--multiple-versions option of bootstrap should disable constraints automatically. #1044

@rd4398

Description

@rd4398

In e2e test for multiple version bootstrap flag we have

'tomli>=2.0,<=2.0.2' || true

The reason we need the || true here is that it tries to generate a constraints file, but that will never work when --multiple-versions is enabled.
We should make --multiple-versions disable constraints automatically.

Refer comment from @dhellmann here: #1035 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions