-
Notifications
You must be signed in to change notification settings - Fork 22
Labels
CI (Automation)Continuous integration (and other automation)Continuous integration (and other automation)Category: MaintainabilityProposed improvement to project maintainabilityProposed improvement to project maintainability
Description
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
Labels
CI (Automation)Continuous integration (and other automation)Continuous integration (and other automation)Category: MaintainabilityProposed improvement to project maintainabilityProposed improvement to project maintainability