Skip to content

Bump sphinx-autodoc-typehints from 1.25.3 to 2.0.0 #2232

Bump sphinx-autodoc-typehints from 1.25.3 to 2.0.0

Bump sphinx-autodoc-typehints from 1.25.3 to 2.0.0 #2232

Triggered via pull request February 8, 2024 12:18
Status Success
Total duration 1h 39m 27s
Artifacts

tests.yaml

on: pull_request
OS/Python/stable matrix pre-compute
2s
OS/Python/stable matrix pre-compute
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

126 errors
[unstable] macos-12, Python 3.13-dev, Click: released, Cloup: released
Process completed with exit code 1.
[unstable] ubuntu-22.04, Python 3.12, Click: main, Cloup: released: click_extra/tests/test_parameters.py#L693
test_recurse_subcommands AssertionError: assert '╭───────────...──────────╯\n' == '╭───────────...──────────╯\n' Skipping 59 identical leading characters in diff, use -v to show - ──────────────────┬─────────────────────────────────────────┬─────────────────────┬───────────────────────────┬─────────────┬────────┬─────────┬──────────────────┬───────────────────────────────────────────────────────────────────┬─────────┬───────┬─────────────╮ + ──────────┬─────────────────────────────────────────┬─────────────────────┬───────────────────────────┬─────────────┬────────┬─────────┬──────────────────┬───────────────────────────────────────────────────────────────┬─────────┬───────┬─────────────╮ - │ ID │ Class │ Spec. │ Param type │ Python type │ Hidden │ Exposed │ Allowed in conf? │ Env. vars. │ Default │ Value │ Source │ ? ^^^^^^^^^ ^^^^^ + │ ID │ Class │ Spec. │ Param type │ Python type │ Hidden │ Exposed │ Allowed in conf? │ Env. vars. │ Default │ Value │ Source │ ? ^ ^ - ├────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────┼─────────────────────┼───────────────────────────┼─────────────┼────────┼─────────┼──────────────────┼───────────────────────────────────────────────────────────────────┼─────────┼───────┼─────────────┤ + ├────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────┼─────────────────────┼───────────────────────────┼─────────────┼────────┼─────────┼──────────────────┼───────────────────────────────────────────────────────────────┼─────────┼───────┼─────────────┤ - │ show-params-cli-main.show_params │ click_extra.parameters.ShowParamsOption │ --show-params │ click.types.BoolParamType │ bool │ ✘ │ ✘ │ │ SHOW_PARAMS_CLI_MAIN_SHOW_PARAMS │ False │ True │ COMMANDLINE │ ? ^^^^^^^^^ ^^^^^ + │ show-params-cli-main.show_params │ click_extra.parameters.ShowParamsOption │ --show-params │ click.types.BoolParamType │ bool │ ✘ │ ✘ │ │ SHOW_PARAMS_CLI_MAIN_SHOW_PARAMS │ False │ True │ COMMANDLINE │ ? ^ ^ - │ show-params-cli-main.show-params-sub-cmd.show-params-sub-sub-cmd.int_param │ cloup._params.Option │ --int-param INTEGER │ click.types.IntParamType │ int │ ✘ │ ✓ │ │ SHOW_PARAMS_SUB_SUB_CMD_INT_PARAM, SHOW_PARAMS_CLI_MAIN_INT_PARAM │ 10 │ 10
[unstable] ubuntu-22.04, Python 3.12, Click: main, Cloup: released: click_extra/tests/test_commands.py#L384
test_option_group_integration AssertionError: assert None + where None = <function fullmatch at 0x7f44d1fb3b00>('Usage: command-cli2 \\[OPTIONS\\] COMMAND \\[ARGS\\]...\\n\\nGroup 1:\\n -a, --opt1 TEXT\\n -b, --opt2 TEXT\\n\\nOt... the version and exit.\\n -h, --help Show this message and exit.\\n\\nCommands:\\n default-command\\n', 'Usage: command-cli2 [OPTIONS] COMMAND [ARGS]...\n\nGroup 1:\n -a, --opt1 TEXT\n -b, --opt2 TEXT\n\nOther options:\n... Show the version and exit.\n -h, --help Show this message and exit.\n\nCommands:\n default\n') + where <function fullmatch at 0x7f44d1fb3b00> = re.fullmatch + and 'Usage: command-cli2 [OPTIONS] COMMAND [ARGS]...\n\nGroup 1:\n -a, --opt1 TEXT\n -b, --opt2 TEXT\n\nOther options:\n... Show the version and exit.\n -h, --help Show this message and exit.\n\nCommands:\n default\n' = <ExtraResult okay>.stdout
[unstable] ubuntu-22.04, Python 3.12, Click: main, Cloup: released: click_extra/tests/test_commands.py#L80
test_module_root_declarations AssertionError: assert False + where False = <built-in method issubset of set object at 0x7f44cdbb8e40>(['Abort', 'Argument', 'argument', 'BadArgumentUsage', 'BadOptionUsage', 'BadParameter', ...]) + where <built-in method issubset of set object at 0x7f44cdbb8e40> = {'Abort', 'Argument', 'BOOL', 'BadArgumentUsage', 'BadOptionUsage', 'BadParameter', ...}.issubset
[unstable] ubuntu-22.04, Python 3.12, Click: main, Cloup: released: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[json] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.12, Click: main, Cloup: released: click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.12, Click: main, Cloup: released: click_extra/tests/test_config.py#L506
test_auto_env_var_conf[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.12, Click: main, Cloup: released: click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[toml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.12, Click: main, Cloup: released: click_extra/tests/test_config.py#L316
test_unset_conf_no_message assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.12, Click: main, Cloup: released: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.12, Click: main, Cloup: released: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[toml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.12, Click: main, Cloup: master: click_extra/tests/test_parameters.py#L693
test_recurse_subcommands AssertionError: assert '╭───────────...──────────╯\n' == '╭───────────...──────────╯\n' Skipping 59 identical leading characters in diff, use -v to show - ──────────────────┬─────────────────────────────────────────┬─────────────────────┬───────────────────────────┬─────────────┬────────┬─────────┬──────────────────┬───────────────────────────────────────────────────────────────────┬─────────┬───────┬─────────────╮ + ──────────┬─────────────────────────────────────────┬─────────────────────┬───────────────────────────┬─────────────┬────────┬─────────┬──────────────────┬───────────────────────────────────────────────────────────────┬─────────┬───────┬─────────────╮ - │ ID │ Class │ Spec. │ Param type │ Python type │ Hidden │ Exposed │ Allowed in conf? │ Env. vars. │ Default │ Value │ Source │ ? ^^^^^^^^^ ^^^^^ + │ ID │ Class │ Spec. │ Param type │ Python type │ Hidden │ Exposed │ Allowed in conf? │ Env. vars. │ Default │ Value │ Source │ ? ^ ^ - ├────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────┼─────────────────────┼───────────────────────────┼─────────────┼────────┼─────────┼──────────────────┼───────────────────────────────────────────────────────────────────┼─────────┼───────┼─────────────┤ + ├────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────┼─────────────────────┼───────────────────────────┼─────────────┼────────┼─────────┼──────────────────┼───────────────────────────────────────────────────────────────┼─────────┼───────┼─────────────┤ - │ show-params-cli-main.show_params │ click_extra.parameters.ShowParamsOption │ --show-params │ click.types.BoolParamType │ bool │ ✘ │ ✘ │ │ SHOW_PARAMS_CLI_MAIN_SHOW_PARAMS │ False │ True │ COMMANDLINE │ ? ^^^^^^^^^ ^^^^^ + │ show-params-cli-main.show_params │ click_extra.parameters.ShowParamsOption │ --show-params │ click.types.BoolParamType │ bool │ ✘ │ ✘ │ │ SHOW_PARAMS_CLI_MAIN_SHOW_PARAMS │ False │ True │ COMMANDLINE │ ? ^ ^ - │ show-params-cli-main.show-params-sub-cmd.show-params-sub-sub-cmd.int_param │ cloup._params.Option │ --int-param INTEGER │ click.types.IntParamType │ int │ ✘ │ ✓ │ │ SHOW_PARAMS_SUB_SUB_CMD_INT_PARAM, SHOW_PARAMS_CLI_MAIN_INT_PARAM │ 10 │ 10
[unstable] ubuntu-22.04, Python 3.12, Click: main, Cloup: master: click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[toml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.12, Click: main, Cloup: master: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.12, Click: main, Cloup: master: click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[xml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.12, Click: main, Cloup: master: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[json] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.12, Click: main, Cloup: master: click_extra/tests/test_config.py#L316
test_unset_conf_no_message assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.12, Click: main, Cloup: master: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.12, Click: main, Cloup: master: click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.12, Click: main, Cloup: master: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[toml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.12, Click: main, Cloup: master: click_extra/tests/test_config.py#L506
test_auto_env_var_conf[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.8, Click: main, Cloup: released: click_extra/tests/test_parameters.py#L693
test_recurse_subcommands AssertionError: assert '╭───────────...──────────╯\n' == '╭───────────...──────────╯\n' Skipping 59 identical leading characters in diff, use -v to show - ──────────────────┬─────────────────────────────────────────┬─────────────────────┬───────────────────────────┬─────────────┬────────┬─────────┬──────────────────┬───────────────────────────────────────────────────────────────────┬─────────┬───────┬─────────────╮ + ──────────┬─────────────────────────────────────────┬─────────────────────┬───────────────────────────┬─────────────┬────────┬─────────┬──────────────────┬───────────────────────────────────────────────────────────────┬─────────┬───────┬─────────────╮ - │ ID │ Class │ Spec. │ Param type │ Python type │ Hidden │ Exposed │ Allowed in conf? │ Env. vars. │ Default │ Value │ Source │ ? ^^^^^^^^^ ^^^^^ + │ ID │ Class │ Spec. │ Param type │ Python type │ Hidden │ Exposed │ Allowed in conf? │ Env. vars. │ Default │ Value │ Source │ ? ^ ^ - ├────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────┼─────────────────────┼───────────────────────────┼─────────────┼────────┼─────────┼──────────────────┼───────────────────────────────────────────────────────────────────┼─────────┼───────┼─────────────┤ + ├────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────┼─────────────────────┼───────────────────────────┼─────────────┼────────┼─────────┼──────────────────┼───────────────────────────────────────────────────────────────┼─────────┼───────┼─────────────┤ - │ show-params-cli-main.show_params │ click_extra.parameters.ShowParamsOption │ --show-params │ click.types.BoolParamType │ bool │ ✘ │ ✘ │ │ SHOW_PARAMS_CLI_MAIN_SHOW_PARAMS │ False │ True │ COMMANDLINE │ ? ^^^^^^^^^ ^^^^^ + │ show-params-cli-main.show_params │ click_extra.parameters.ShowParamsOption │ --show-params │ click.types.BoolParamType │ bool │ ✘ │ ✘ │ │ SHOW_PARAMS_CLI_MAIN_SHOW_PARAMS │ False │ True │ COMMANDLINE │ ? ^ ^ - │ show-params-cli-main.show-params-sub-cmd.show-params-sub-sub-cmd.int_param │ cloup._params.Option │ --int-param INTEGER │ click.types.IntParamType │ int │ ✘ │ ✓ │ │ SHOW_PARAMS_SUB_SUB_CMD_INT_PARAM, SHOW_PARAMS_CLI_MAIN_INT_PARAM │ 10 │ 10
[unstable] ubuntu-22.04, Python 3.8, Click: main, Cloup: released: click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.8, Click: main, Cloup: released: click_extra/tests/test_config.py#L329
test_unset_conf_debug_message assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.8, Click: main, Cloup: released: click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[xml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.8, Click: main, Cloup: released: click_extra/tests/test_config.py#L316
test_unset_conf_no_message assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.8, Click: main, Cloup: released: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[xml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.8, Click: main, Cloup: released: click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.8, Click: main, Cloup: released: click_extra/tests/test_config.py#L506
test_auto_env_var_conf[json] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.8, Click: main, Cloup: released: click_extra/tests/test_config.py#L506
test_auto_env_var_conf[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.8, Click: main, Cloup: released: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[toml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.8, Click: main, Cloup: master: click_extra/tests/test_parameters.py#L693
test_recurse_subcommands AssertionError: assert '╭───────────...──────────╯\n' == '╭───────────...──────────╯\n' Skipping 59 identical leading characters in diff, use -v to show - ──────────────────┬─────────────────────────────────────────┬─────────────────────┬───────────────────────────┬─────────────┬────────┬─────────┬──────────────────┬───────────────────────────────────────────────────────────────────┬─────────┬───────┬─────────────╮ + ──────────┬─────────────────────────────────────────┬─────────────────────┬───────────────────────────┬─────────────┬────────┬─────────┬──────────────────┬───────────────────────────────────────────────────────────────┬─────────┬───────┬─────────────╮ - │ ID │ Class │ Spec. │ Param type │ Python type │ Hidden │ Exposed │ Allowed in conf? │ Env. vars. │ Default │ Value │ Source │ ? ^^^^^^^^^ ^^^^^ + │ ID │ Class │ Spec. │ Param type │ Python type │ Hidden │ Exposed │ Allowed in conf? │ Env. vars. │ Default │ Value │ Source │ ? ^ ^ - ├────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────┼─────────────────────┼───────────────────────────┼─────────────┼────────┼─────────┼──────────────────┼───────────────────────────────────────────────────────────────────┼─────────┼───────┼─────────────┤ + ├────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────┼─────────────────────┼───────────────────────────┼─────────────┼────────┼─────────┼──────────────────┼───────────────────────────────────────────────────────────────┼─────────┼───────┼─────────────┤ - │ show-params-cli-main.show_params │ click_extra.parameters.ShowParamsOption │ --show-params │ click.types.BoolParamType │ bool │ ✘ │ ✘ │ │ SHOW_PARAMS_CLI_MAIN_SHOW_PARAMS │ False │ True │ COMMANDLINE │ ? ^^^^^^^^^ ^^^^^ + │ show-params-cli-main.show_params │ click_extra.parameters.ShowParamsOption │ --show-params │ click.types.BoolParamType │ bool │ ✘ │ ✘ │ │ SHOW_PARAMS_CLI_MAIN_SHOW_PARAMS │ False │ True │ COMMANDLINE │ ? ^ ^ - │ show-params-cli-main.show-params-sub-cmd.show-params-sub-sub-cmd.int_param │ cloup._params.Option │ --int-param INTEGER │ click.types.IntParamType │ int │ ✘ │ ✓ │ │ SHOW_PARAMS_SUB_SUB_CMD_INT_PARAM, SHOW_PARAMS_CLI_MAIN_INT_PARAM │ 10 │ 10
[unstable] ubuntu-22.04, Python 3.8, Click: main, Cloup: master: click_extra/tests/test_commands.py#L384
test_option_group_integration AssertionError: assert None + where None = <function fullmatch at 0x7f636dbe2940>('Usage: command-cli2 \\[OPTIONS\\] COMMAND \\[ARGS\\]...\\n\\nGroup 1:\\n -a, --opt1 TEXT\\n -b, --opt2 TEXT\\n\\nOt... the version and exit.\\n -h, --help Show this message and exit.\\n\\nCommands:\\n default-command\\n', 'Usage: command-cli2 [OPTIONS] COMMAND [ARGS]...\n\nGroup 1:\n -a, --opt1 TEXT\n -b, --opt2 TEXT\n\nOther options:\n... Show the version and exit.\n -h, --help Show this message and exit.\n\nCommands:\n default\n') + where <function fullmatch at 0x7f636dbe2940> = re.fullmatch + and 'Usage: command-cli2 [OPTIONS] COMMAND [ARGS]...\n\nGroup 1:\n -a, --opt1 TEXT\n -b, --opt2 TEXT\n\nOther options:\n... Show the version and exit.\n -h, --help Show this message and exit.\n\nCommands:\n default\n' = <ExtraResult okay>.stdout
[unstable] ubuntu-22.04, Python 3.8, Click: main, Cloup: master: click_extra/tests/test_commands.py#L80
test_module_root_declarations AssertionError: assert False + where False = <built-in method issubset of set object at 0x7f6369771580>(['Abort', 'Argument', 'argument', 'BadArgumentUsage', 'BadOptionUsage', 'BadParameter', ...]) + where <built-in method issubset of set object at 0x7f6369771580> = {'Abort', 'Argument', 'BOOL', 'BadArgumentUsage', 'BadOptionUsage', 'BadParameter', ...}.issubset
[unstable] ubuntu-22.04, Python 3.8, Click: main, Cloup: master: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[json] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.8, Click: main, Cloup: master: click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.8, Click: main, Cloup: master: click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[xml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.8, Click: main, Cloup: master: click_extra/tests/test_config.py#L506
test_auto_env_var_conf[xml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.8, Click: main, Cloup: master: click_extra/tests/test_config.py#L506
test_auto_env_var_conf[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.8, Click: main, Cloup: master: click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[toml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.8, Click: main, Cloup: master: click_extra/tests/test_config.py#L506
test_auto_env_var_conf[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-22.04, Python 3.13-dev, Click: released, Cloup: released
Process completed with exit code 1.
[unstable] windows-2022, Python 3.12, Click: main, Cloup: master: click_extra\tests\test_config.py#L506
test_auto_env_var_conf[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.12, Click: main, Cloup: master: click_extra\tests\test_config.py#L455
test_conf_file_overrides_defaults[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.12, Click: main, Cloup: master: click_extra\tests\test_config.py#L550
test_conf_file_overridden_by_cli_param[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.12, Click: main, Cloup: master: click_extra\tests\test_config.py#L550
test_conf_file_overridden_by_cli_param[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.12, Click: main, Cloup: master: click_extra\tests\test_config.py#L455
test_conf_file_overrides_defaults[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.12, Click: main, Cloup: master: click_extra\tests\test_config.py#L506
test_auto_env_var_conf[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.12, Click: main, Cloup: master: click_extra\tests\test_config.py#L550
test_conf_file_overridden_by_cli_param[toml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.12, Click: main, Cloup: master: click_extra\tests\test_config.py#L455
test_conf_file_overrides_defaults[xml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.12, Click: main, Cloup: master: click_extra\tests\test_config.py#L550
test_conf_file_overridden_by_cli_param[xml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.12, Click: main, Cloup: master: click_extra\tests\test_config.py#L550
test_conf_file_overridden_by_cli_param[json] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.12, Click: main, Cloup: released: click_extra\tests\test_commands.py#L384
test_option_group_integration AssertionError: assert None + where None = <function fullmatch at 0x000001CEC9961080>('Usage: command-cli2 \\[OPTIONS\\] COMMAND \\[ARGS\\]...\\n\\nGroup 1:\\n -a, --opt1 TEXT\\n -b, --opt2 TEXT\\n\\nOt... the version and exit.\\n -h, --help Show this message and exit.\\n\\nCommands:\\n default-command\\n', 'Usage: command-cli2 [OPTIONS] COMMAND [ARGS]...\n\nGroup 1:\n -a, --opt1 TEXT\n -b, --opt2 TEXT\n\nOther options:\n... Show the version and exit.\n -h, --help Show this message and exit.\n\nCommands:\n default\n') + where <function fullmatch at 0x000001CEC9961080> = re.fullmatch + and 'Usage: command-cli2 [OPTIONS] COMMAND [ARGS]...\n\nGroup 1:\n -a, --opt1 TEXT\n -b, --opt2 TEXT\n\nOther options:\n... Show the version and exit.\n -h, --help Show this message and exit.\n\nCommands:\n default\n' = <ExtraResult okay>.stdout
[unstable] windows-2022, Python 3.12, Click: main, Cloup: released: click_extra\tests\test_commands.py#L80
test_module_root_declarations AssertionError: assert False + where False = <built-in method issubset of set object at 0x000001CED02A6180>(['Abort', 'Argument', 'argument', 'BadArgumentUsage', 'BadOptionUsage', 'BadParameter', ...]) + where <built-in method issubset of set object at 0x000001CED02A6180> = {'Abort', 'Argument', 'BOOL', 'BadArgumentUsage', 'BadOptionUsage', 'BadParameter', ...}.issubset
[unstable] windows-2022, Python 3.12, Click: main, Cloup: released: click_extra\tests\test_config.py#L455
test_conf_file_overrides_defaults[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.12, Click: main, Cloup: released: click_extra\tests\test_config.py#L329
test_unset_conf_debug_message assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.12, Click: main, Cloup: released: click_extra\tests\test_config.py#L550
test_conf_file_overridden_by_cli_param[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.12, Click: main, Cloup: released: click_extra\tests\test_config.py#L506
test_auto_env_var_conf[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.12, Click: main, Cloup: released: click_extra\tests\test_config.py#L550
test_conf_file_overridden_by_cli_param[toml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.12, Click: main, Cloup: released: click_extra\tests\test_config.py#L506
test_auto_env_var_conf[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.12, Click: main, Cloup: released: click_extra\tests\test_config.py#L455
test_conf_file_overrides_defaults[toml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.12, Click: main, Cloup: released: click_extra\tests\test_config.py#L550
test_conf_file_overridden_by_cli_param[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] ubuntu-20.04, Python 3.13-dev, Click: released, Cloup: released
Process completed with exit code 1.
[unstable] windows-2022, Python 3.8, Click: main, Cloup: released: click_extra\tests\test_commands.py#L80
test_module_root_declarations AssertionError: assert False + where False = <built-in method issubset of set object at 0x000001FE91633C80>(['Abort', 'Argument', 'argument', 'BadArgumentUsage', 'BadOptionUsage', 'BadParameter', ...]) + where <built-in method issubset of set object at 0x000001FE91633C80> = {'Abort', 'Argument', 'BOOL', 'BadArgumentUsage', 'BadOptionUsage', 'BadParameter', ...}.issubset
[unstable] windows-2022, Python 3.8, Click: main, Cloup: released: click_extra\tests\test_commands.py#L384
test_option_group_integration AssertionError: assert None + where None = <function fullmatch at 0x000001FE8B2BB430>('Usage: command-cli2 \\[OPTIONS\\] COMMAND \\[ARGS\\]...\\n\\nGroup 1:\\n -a, --opt1 TEXT\\n -b, --opt2 TEXT\\n\\nOt... the version and exit.\\n -h, --help Show this message and exit.\\n\\nCommands:\\n default-command\\n', 'Usage: command-cli2 [OPTIONS] COMMAND [ARGS]...\n\nGroup 1:\n -a, --opt1 TEXT\n -b, --opt2 TEXT\n\nOther options:\n... Show the version and exit.\n -h, --help Show this message and exit.\n\nCommands:\n default\n') + where <function fullmatch at 0x000001FE8B2BB430> = re.fullmatch + and 'Usage: command-cli2 [OPTIONS] COMMAND [ARGS]...\n\nGroup 1:\n -a, --opt1 TEXT\n -b, --opt2 TEXT\n\nOther options:\n... Show the version and exit.\n -h, --help Show this message and exit.\n\nCommands:\n default\n' = <ExtraResult okay>.stdout
[unstable] windows-2022, Python 3.8, Click: main, Cloup: released: click_extra\tests\test_config.py#L506
test_auto_env_var_conf[json] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.8, Click: main, Cloup: released: click_extra\tests\test_config.py#L329
test_unset_conf_debug_message assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.8, Click: main, Cloup: released: click_extra\tests\test_config.py#L455
test_conf_file_overrides_defaults[json] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.8, Click: main, Cloup: released: click_extra\tests\test_config.py#L506
test_auto_env_var_conf[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.8, Click: main, Cloup: released: click_extra\tests\test_config.py#L550
test_conf_file_overridden_by_cli_param[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.8, Click: main, Cloup: released: click_extra\tests\test_config.py#L455
test_conf_file_overrides_defaults[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.8, Click: main, Cloup: released: click_extra\tests\test_config.py#L550
test_conf_file_overridden_by_cli_param[json] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.8, Click: main, Cloup: released: click_extra\tests\test_config.py#L550
test_conf_file_overridden_by_cli_param[toml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.8, Click: main, Cloup: master: click_extra\tests\test_commands.py#L80
test_module_root_declarations AssertionError: assert False + where False = <built-in method issubset of set object at 0x000002269BE8CBA0>(['Abort', 'Argument', 'argument', 'BadArgumentUsage', 'BadOptionUsage', 'BadParameter', ...]) + where <built-in method issubset of set object at 0x000002269BE8CBA0> = {'Abort', 'Argument', 'BOOL', 'BadArgumentUsage', 'BadOptionUsage', 'BadParameter', ...}.issubset
[unstable] windows-2022, Python 3.8, Click: main, Cloup: master: click_extra\tests\test_commands.py#L384
test_option_group_integration AssertionError: assert None + where None = <function fullmatch at 0x0000022695A2B430>('Usage: command-cli2 \\[OPTIONS\\] COMMAND \\[ARGS\\]...\\n\\nGroup 1:\\n -a, --opt1 TEXT\\n -b, --opt2 TEXT\\n\\nOt... the version and exit.\\n -h, --help Show this message and exit.\\n\\nCommands:\\n default-command\\n', 'Usage: command-cli2 [OPTIONS] COMMAND [ARGS]...\n\nGroup 1:\n -a, --opt1 TEXT\n -b, --opt2 TEXT\n\nOther options:\n... Show the version and exit.\n -h, --help Show this message and exit.\n\nCommands:\n default\n') + where <function fullmatch at 0x0000022695A2B430> = re.fullmatch + and 'Usage: command-cli2 [OPTIONS] COMMAND [ARGS]...\n\nGroup 1:\n -a, --opt1 TEXT\n -b, --opt2 TEXT\n\nOther options:\n... Show the version and exit.\n -h, --help Show this message and exit.\n\nCommands:\n default\n' = <ExtraResult okay>.stdout
[unstable] windows-2022, Python 3.8, Click: main, Cloup: master: click_extra\tests\test_config.py#L455
test_conf_file_overrides_defaults[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.8, Click: main, Cloup: master: click_extra\tests\test_config.py#L329
test_unset_conf_debug_message assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.8, Click: main, Cloup: master: click_extra\tests\test_config.py#L506
test_auto_env_var_conf[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.8, Click: main, Cloup: master: click_extra\tests\test_config.py#L550
test_conf_file_overridden_by_cli_param[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.8, Click: main, Cloup: master: click_extra\tests\test_config.py#L506
test_auto_env_var_conf[toml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.8, Click: main, Cloup: master: click_extra\tests\test_config.py#L455
test_conf_file_overrides_defaults[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.8, Click: main, Cloup: master: click_extra\tests\test_config.py#L506
test_auto_env_var_conf[xml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2022, Python 3.8, Click: main, Cloup: master: click_extra\tests\test_config.py#L506
test_auto_env_var_conf[json] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] windows-2019, Python 3.13-dev, Click: released, Cloup: released
Process completed with exit code 1.
[unstable] windows-2022, Python 3.13-dev, Click: released, Cloup: released
Process completed with exit code 1.
[unstable] macos-13, Python 3.12, Click: main, Cloup: master: click_extra/tests/test_config.py#L506
test_auto_env_var_conf[json] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.12, Click: main, Cloup: master: click_extra/tests/test_config.py#L316
test_unset_conf_no_message assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.12, Click: main, Cloup: master: click_extra/tests/test_config.py#L506
test_auto_env_var_conf[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.12, Click: main, Cloup: master: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[xml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.12, Click: main, Cloup: master: click_extra/tests/test_config.py#L506
test_auto_env_var_conf[xml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.12, Click: main, Cloup: master: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.12, Click: main, Cloup: master: click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[json] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.12, Click: main, Cloup: master: click_extra/tests/test_config.py#L506
test_auto_env_var_conf[toml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.12, Click: main, Cloup: master: click_extra/tests/test_config.py#L506
test_auto_env_var_conf[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.12, Click: main, Cloup: master: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.13-dev, Click: released, Cloup: released
Process completed with exit code 1.
[unstable] macos-13, Python 3.12, Click: main, Cloup: released: click_extra/tests/test_config.py#L316
test_unset_conf_no_message assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.12, Click: main, Cloup: released: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[json] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.12, Click: main, Cloup: released: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[xml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.12, Click: main, Cloup: released: click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.12, Click: main, Cloup: released: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.12, Click: main, Cloup: released: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[toml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.12, Click: main, Cloup: released: click_extra/tests/test_config.py#L506
test_auto_env_var_conf[json] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.12, Click: main, Cloup: released: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.12, Click: main, Cloup: released: click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.12, Click: main, Cloup: released: click_extra/tests/test_config.py#L506
test_auto_env_var_conf[xml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.8, Click: main, Cloup: released: click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[json] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.8, Click: main, Cloup: released: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.8, Click: main, Cloup: released: click_extra/tests/test_config.py#L329
test_unset_conf_debug_message assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.8, Click: main, Cloup: released: click_extra/tests/test_config.py#L506
test_auto_env_var_conf[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.8, Click: main, Cloup: released: click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[toml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.8, Click: main, Cloup: released: click_extra/tests/test_config.py#L506
test_auto_env_var_conf[json] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.8, Click: main, Cloup: released: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.8, Click: main, Cloup: released: click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.8, Click: main, Cloup: released: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[json] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.8, Click: main, Cloup: released: click_extra/tests/test_config.py#L506
test_auto_env_var_conf[xml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.8, Click: main, Cloup: master: click_extra/tests/test_parameters.py#L693
test_recurse_subcommands AssertionError: assert '╭───────────...──────────╯\n' == '╭───────────...──────────╯\n' Skipping 59 identical leading characters in diff, use -v to show - ──────────────────┬─────────────────────────────────────────┬─────────────────────┬───────────────────────────┬─────────────┬────────┬─────────┬──────────────────┬───────────────────────────────────────────────────────────────────┬─────────┬───────┬─────────────╮ + ──────────┬─────────────────────────────────────────┬─────────────────────┬───────────────────────────┬─────────────┬────────┬─────────┬──────────────────┬───────────────────────────────────────────────────────────────┬─────────┬───────┬─────────────╮ - │ ID │ Class │ Spec. │ Param type │ Python type │ Hidden │ Exposed │ Allowed in conf? │ Env. vars. │ Default │ Value │ Source │ ? ^^^^^^^^^ ^^^^^ + │ ID │ Class │ Spec. │ Param type │ Python type │ Hidden │ Exposed │ Allowed in conf? │ Env. vars. │ Default │ Value │ Source │ ? ^ ^ - ├────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────┼─────────────────────┼───────────────────────────┼─────────────┼────────┼─────────┼──────────────────┼───────────────────────────────────────────────────────────────────┼─────────┼───────┼─────────────┤ + ├────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────┼─────────────────────┼───────────────────────────┼─────────────┼────────┼─────────┼──────────────────┼───────────────────────────────────────────────────────────────┼─────────┼───────┼─────────────┤ - │ show-params-cli-main.show_params │ click_extra.parameters.ShowParamsOption │ --show-params │ click.types.BoolParamType │ bool │ ✘ │ ✘ │ │ SHOW_PARAMS_CLI_MAIN_SHOW_PARAMS │ False │ True │ COMMANDLINE │ ? ^^^^^^^^^ ^^^^^ + │ show-params-cli-main.show_params │ click_extra.parameters.ShowParamsOption │ --show-params │ click.types.BoolParamType │ bool │ ✘ │ ✘ │ │ SHOW_PARAMS_CLI_MAIN_SHOW_PARAMS │ False │ True │ COMMANDLINE │ ? ^ ^ - │ show-params-cli-main.show-params-sub-cmd.show-params-sub-sub-cmd.int_param │ cloup._params.Option │ --int-param INTEGER │ click.types.IntParamType │ int │ ✘ │ ✓ │ │ SHOW_PARAMS_SUB_SUB_CMD_INT_PARAM, SHOW_PARAMS_CLI_MAIN_INT_PARAM │ 10 │ 10
[unstable] macos-13, Python 3.8, Click: main, Cloup: master: click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[json] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.8, Click: main, Cloup: master: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.8, Click: main, Cloup: master: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[xml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.8, Click: main, Cloup: master: click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[ini] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.8, Click: main, Cloup: master: click_extra/tests/test_config.py#L329
test_unset_conf_debug_message assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.8, Click: main, Cloup: master: click_extra/tests/test_config.py#L506
test_auto_env_var_conf[json] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.8, Click: main, Cloup: master: click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[yaml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.8, Click: main, Cloup: master: click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[json] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code
[unstable] macos-13, Python 3.8, Click: main, Cloup: master: click_extra/tests/test_config.py#L506
test_auto_env_var_conf[xml] assert 2 == 0 + where 2 = <ExtraResult SystemExit(2)>.exit_code