Skip to content

click 8.2.0 seems to have broken pyre #988

Open
@felixfontein

Description

@felixfontein

Pyre Bug

Bug description
When trying to run pyre (just pyre without arguments, or also with other arguments that worked before), I now always get:

Usage: pyre [OPTIONS] COMMAND [ARGS]...
Try 'pyre -h' for help.

Error: Invalid value for '--version': <VersionKind.NONE: 'none'> is not one of 'none', 'client', 'client_and_binary'.

The only difference between a previous successfully CI run and the current situation is that click got updated from 8.1.x to 8.2.0.

Reproduction steps
Install pyre with click 8.2.0, run any pyre command like just pyre.

Expected behavior
It does what requested on the command line.

Logs
Please include any relevant logs here:

Usage: pyre [OPTIONS] COMMAND [ARGS]...
Try 'pyre -h' for help.

Error: Invalid value for '--version': <VersionKind.NONE: 'none'> is not one of 'none', 'client', 'client_and_binary'.

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