Skip to content

CLI tests fail with click 8.2 #216

@ncoghlan

Description

@ncoghlan

Typer 0.16.0 resolved the known incompatibilities with click 8.2, so Typer's upper bound on click's version has been removed.

However, test_cli_invocation.py still suffers several failures when using click 8.2. On initial inspection, these appear to be related
to the test runner infrastructure, rather than to actual argument parsing failures, but it's hard to be certain about that, since the tests aren't running.

Accordingly, the temporary workaround is to conservatively add an upper bound on click to the main app requirements.

Metadata

Metadata

Assignees

No one assigned

    Labels

    CI (Automation)Continuous integration (and other automation)Category: MaintainabilityProposed improvement to project maintainability

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions