Tests #2412
tests.yaml
on: schedule
OS/Python/stable matrix pre-compute
2s
Matrix: tests
Annotations
146 errors and 50 warnings
[unstable]
ubuntu-22.04,
Python 3.12,
Click: main,
Cloup: master:
click_extra/tests/test_commands.py#L73
test_module_root_declarations
AssertionError: assert {'Abort', 'Ar...rameter', ...} <= {'Abort', 'Ar...rameter', ...}
Extra items in the left set:
'annotations'
|
[unstable]
ubuntu-22.04,
Python 3.12,
Click: main,
Cloup: master:
click_extra/tests/test_commands.py#L377
test_option_group_integration
AssertionError: assert None
+ where None = <function fullmatch at 0x7fa6827c72e0>('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 0x7fa6827c72e0> = 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: 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]
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[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#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#L329
test_unset_conf_debug_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#L506
test_auto_env_var_conf[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#L506
test_auto_env_var_conf[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[yaml]
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_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 │ 1
|
[unstable]
ubuntu-22.04,
Python 3.12,
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]
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: 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#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: 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#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: 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.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.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 │ 1
|
[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#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[toml]
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#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[toml]
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[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#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: 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.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 │ 1
|
[unstable]
ubuntu-22.04,
Python 3.8,
Click: main,
Cloup: master:
click_extra/tests/test_commands.py#L377
test_option_group_integration
AssertionError: assert None
+ where None = <function fullmatch at 0x7ffacede39d0>('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 0x7ffacede39d0> = 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#L73
test_module_root_declarations
AssertionError: assert {'Abort', 'Ar...rameter', ...} <= {'Abort', 'Ar...rameter', ...}
Extra items in the left set:
'annotations'
|
[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#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.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]
ubuntu-22.04,
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]
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[toml]
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
[unstable]
ubuntu-20.04,
Python 3.13-dev,
Click: released,
Cloup: released:
click_extra/tests/test_version.py#L156
test_custom_message[{prog_name}, version {version} (Python {env_info[python][version]})-\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n-click_extra.command]
AssertionError: assert None
+ where None = <function fullmatch at 0x7f052ded5800>('\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n', '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:23:52) [GCC 9.4.0]\x1b[0m)\n')
+ where <function fullmatch at 0x7f052ded5800> = re.fullmatch
+ and '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:23:52) [GCC 9.4.0]\x1b[0m)\n' = <ExtraResult okay>.output
|
[unstable]
ubuntu-20.04,
Python 3.13-dev,
Click: released,
Cloup: released:
click_extra/tests/test_version.py#L156
test_custom_message[{prog_name}, version {version} (Python {env_info[python][version]})-\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n-click_extra.command()]
AssertionError: assert None
+ where None = <function fullmatch at 0x7f052ded5800>('\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n', '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:23:52) [GCC 9.4.0]\x1b[0m)\n')
+ where <function fullmatch at 0x7f052ded5800> = re.fullmatch
+ and '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:23:52) [GCC 9.4.0]\x1b[0m)\n' = <ExtraResult okay>.output
|
[unstable]
ubuntu-20.04,
Python 3.13-dev,
Click: released,
Cloup: released:
click_extra/tests/test_version.py#L156
test_custom_message[{prog_name}, version {version} (Python {env_info[python][version]})-\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n-click_extra.extra_command]
AssertionError: assert None
+ where None = <function fullmatch at 0x7f052ded5800>('\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n', '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:23:52) [GCC 9.4.0]\x1b[0m)\n')
+ where <function fullmatch at 0x7f052ded5800> = re.fullmatch
+ and '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:23:52) [GCC 9.4.0]\x1b[0m)\n' = <ExtraResult okay>.output
|
[unstable]
ubuntu-20.04,
Python 3.13-dev,
Click: released,
Cloup: released:
click_extra/tests/test_version.py#L156
test_custom_message[{prog_name}, version {version} (Python {env_info[python][version]})-\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n-click_extra.extra_command()]
AssertionError: assert None
+ where None = <function fullmatch at 0x7f052ded5800>('\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n', '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:23:52) [GCC 9.4.0]\x1b[0m)\n')
+ where <function fullmatch at 0x7f052ded5800> = re.fullmatch
+ and '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:23:52) [GCC 9.4.0]\x1b[0m)\n' = <ExtraResult okay>.output
|
[unstable]
ubuntu-20.04,
Python 3.13-dev,
Click: released,
Cloup: released:
click_extra/tests/test_version.py#L156
test_custom_message[{prog_name}, version {version} (Python {env_info[python][version]})-\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n-cloup.command()]
AssertionError: assert None
+ where None = <function fullmatch at 0x7f052ded5800>('\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n', '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:23:52) [GCC 9.4.0]\x1b[0m)\n')
+ where <function fullmatch at 0x7f052ded5800> = re.fullmatch
+ and '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:23:52) [GCC 9.4.0]\x1b[0m)\n' = <ExtraResult okay>.output
|
[unstable]
ubuntu-20.04,
Python 3.13-dev,
Click: released,
Cloup: released:
click_extra/tests/test_version.py#L156
test_custom_message[{prog_name}, version {version} (Python {env_info[python][version]})-\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n-click.command]
AssertionError: assert None
+ where None = <function fullmatch at 0x7f052ded5800>('\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n', '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:23:52) [GCC 9.4.0]\x1b[0m)\n')
+ where <function fullmatch at 0x7f052ded5800> = re.fullmatch
+ and '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:23:52) [GCC 9.4.0]\x1b[0m)\n' = <ExtraResult okay>.output
|
[unstable]
ubuntu-20.04,
Python 3.13-dev,
Click: released,
Cloup: released:
click_extra/tests/test_version.py#L156
test_custom_message[{prog_name}, version {version} (Python {env_info[python][version]})-\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n-click.command()]
AssertionError: assert None
+ where None = <function fullmatch at 0x7f052ded5800>('\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n', '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:23:52) [GCC 9.4.0]\x1b[0m)\n')
+ where <function fullmatch at 0x7f052ded5800> = re.fullmatch
+ and '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:23:52) [GCC 9.4.0]\x1b[0m)\n' = <ExtraResult okay>.output
|
[unstable]
ubuntu-20.04,
Python 3.13-dev,
Click: released,
Cloup: released
Process completed with exit code 1.
|
[unstable]
macos-13,
Python 3.13-dev,
Click: released,
Cloup: released
Process completed with exit code 1.
|
[unstable]
ubuntu-22.04,
Python 3.13-dev,
Click: released,
Cloup: released:
click_extra/tests/test_version.py#L156
test_custom_message[{prog_name}, version {version} (Python {env_info[python][version]})-\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n-click_extra.command]
AssertionError: assert None
+ where None = <function fullmatch at 0x7f7e2ea39800>('\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n', '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:24:20) [GCC 11.4.0]\x1b[0m)\n')
+ where <function fullmatch at 0x7f7e2ea39800> = re.fullmatch
+ and '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:24:20) [GCC 11.4.0]\x1b[0m)\n' = <ExtraResult okay>.output
|
[unstable]
ubuntu-22.04,
Python 3.13-dev,
Click: released,
Cloup: released:
click_extra/tests/test_version.py#L156
test_custom_message[{prog_name}, version {version} (Python {env_info[python][version]})-\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n-click.command()]
AssertionError: assert None
+ where None = <function fullmatch at 0x7f7e2ea39800>('\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n', '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:24:20) [GCC 11.4.0]\x1b[0m)\n')
+ where <function fullmatch at 0x7f7e2ea39800> = re.fullmatch
+ and '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:24:20) [GCC 11.4.0]\x1b[0m)\n' = <ExtraResult okay>.output
|
[unstable]
ubuntu-22.04,
Python 3.13-dev,
Click: released,
Cloup: released:
click_extra/tests/test_version.py#L156
test_custom_message[{prog_name}, version {version} (Python {env_info[python][version]})-\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n-click_extra.extra_command()]
AssertionError: assert None
+ where None = <function fullmatch at 0x7f7e2ea39800>('\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n', '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:24:20) [GCC 11.4.0]\x1b[0m)\n')
+ where <function fullmatch at 0x7f7e2ea39800> = re.fullmatch
+ and '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:24:20) [GCC 11.4.0]\x1b[0m)\n' = <ExtraResult okay>.output
|
[unstable]
ubuntu-22.04,
Python 3.13-dev,
Click: released,
Cloup: released:
click_extra/tests/test_version.py#L156
test_custom_message[{prog_name}, version {version} (Python {env_info[python][version]})-\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n-click.command]
AssertionError: assert None
+ where None = <function fullmatch at 0x7f7e2ea39800>('\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n', '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:24:20) [GCC 11.4.0]\x1b[0m)\n')
+ where <function fullmatch at 0x7f7e2ea39800> = re.fullmatch
+ and '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:24:20) [GCC 11.4.0]\x1b[0m)\n' = <ExtraResult okay>.output
|
[unstable]
ubuntu-22.04,
Python 3.13-dev,
Click: released,
Cloup: released:
click_extra/tests/test_version.py#L156
test_custom_message[{prog_name}, version {version} (Python {env_info[python][version]})-\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n-cloup.command()]
AssertionError: assert None
+ where None = <function fullmatch at 0x7f7e2ea39800>('\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n', '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:24:20) [GCC 11.4.0]\x1b[0m)\n')
+ where <function fullmatch at 0x7f7e2ea39800> = re.fullmatch
+ and '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:24:20) [GCC 11.4.0]\x1b[0m)\n' = <ExtraResult okay>.output
|
[unstable]
ubuntu-22.04,
Python 3.13-dev,
Click: released,
Cloup: released:
click_extra/tests/test_version.py#L156
test_custom_message[{prog_name}, version {version} (Python {env_info[python][version]})-\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n-click_extra.extra_command]
AssertionError: assert None
+ where None = <function fullmatch at 0x7f7e2ea39800>('\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n', '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:24:20) [GCC 11.4.0]\x1b[0m)\n')
+ where <function fullmatch at 0x7f7e2ea39800> = re.fullmatch
+ and '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:24:20) [GCC 11.4.0]\x1b[0m)\n' = <ExtraResult okay>.output
|
[unstable]
ubuntu-22.04,
Python 3.13-dev,
Click: released,
Cloup: released:
click_extra/tests/test_version.py#L156
test_custom_message[{prog_name}, version {version} (Python {env_info[python][version]})-\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n-click_extra.command()]
AssertionError: assert None
+ where None = <function fullmatch at 0x7f7e2ea39800>('\\x1b\\[97mcolor-cli3\\x1b\\[0m, version \\x1b\\[32m4\\.7\\.6\\x1b\\[0m \\(Python \\x1b\\[90m3\\.\\d+\\.\\d+ .+\\x1b\\[0m\\)\\n', '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:24:20) [GCC 11.4.0]\x1b[0m)\n')
+ where <function fullmatch at 0x7f7e2ea39800> = re.fullmatch
+ and '\x1b[97mcolor-cli3\x1b[0m, version \x1b[32m4.7.6\x1b[0m (Python \x1b[90m3.13.0b1 (main, May 9 2024, 15:24:20) [GCC 11.4.0]\x1b[0m)\n' = <ExtraResult okay>.output
|
[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: released:
click_extra\tests\test_parameters.py#L693
test_recurse_subcommands
AssertionError: assert '\u256d\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500...\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256f\n' == '\u256d\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500...\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256f\n'
Skipping 59 identical leading characters in diff, use -v to show
- \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256e
+ \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256e
- \u2502 ID \u2502 Class \u2502 Spec. \u2502 Param type \u2502 Python type \u2502 Hidden \u2502 Exposed \u2502 Allowed in conf? \u2502 Env. vars. \u2502 Default \u2502 Value \u2502 Source \u2502
? ^^^^^^^^^
|
[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#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: 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#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#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: 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]
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#L506
test_auto_env_var_conf[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[json]
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
[unstable]
windows-2022,
Python 3.12,
Click: main,
Cloup: master:
click_extra\tests\test_commands.py#L73
test_module_root_declarations
AssertionError: assert {'Abort', 'Ar...rameter', ...} <= {'Abort', 'Ar...rameter', ...}
Extra items in the left set:
'annotations'
|
[unstable]
windows-2022,
Python 3.12,
Click: main,
Cloup: master:
click_extra\tests\test_commands.py#L377
test_option_group_integration
AssertionError: assert None
+ where None = <function fullmatch at 0x00000243E659C860>('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 0x00000243E659C860> = 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: master:
click_extra\tests\test_parameters.py#L693
test_recurse_subcommands
AssertionError: assert '\u256d\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500...\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256f\n' == '\u256d\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500...\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256f\n'
Skipping 59 identical leading characters in diff, use -v to show
- \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256e
+ \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256e
- \u2502 ID \u2502 Class \u2502 Spec. \u2502 Param type \u2502 Python type \u2502 Hidden \u2502 Exposed \u2502 Allowed in conf? \u2502 Env. vars. \u2502 Default \u2502 Value \u2502 Source \u2502
? ^^^^^^^^^
|
[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#L506
test_auto_env_var_conf[json]
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[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[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[json]
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.8,
Click: main,
Cloup: released:
click_extra\tests\test_parameters.py#L693
test_recurse_subcommands
AssertionError: assert '\u256d\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500...\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256f\n' == '\u256d\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500...\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256f\n'
Skipping 59 identical leading characters in diff, use -v to show
- \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256e
+ \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256e
- \u2502 ID \u2502 Class \u2502 Spec. \u2502 Param type \u2502 Python type \u2502 Hidden \u2502 Exposed \u2502 Allowed in conf? \u2502 Env. vars. \u2502 Default \u2502 Value \u2502 Source \u2502
? ^^^^^^^^^
|
[unstable]
windows-2022,
Python 3.8,
Click: main,
Cloup: released:
click_extra\tests\test_commands.py#L73
test_module_root_declarations
AssertionError: assert {'Abort', 'Ar...rameter', ...} <= {'Abort', 'Ar...rameter', ...}
Extra items in the left set:
'annotations'
|
[unstable]
windows-2022,
Python 3.8,
Click: main,
Cloup: released:
click_extra\tests\test_commands.py#L377
test_option_group_integration
AssertionError: assert None
+ where None = <function fullmatch at 0x0000020D8D9EC4C0>('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 0x0000020D8D9EC4C0> = 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[ini]
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#L316
test_unset_conf_no_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#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: 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#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: 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.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]
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[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[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#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: 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#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#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_config.py#L455
test_conf_file_overrides_defaults[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#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: master:
click_extra\tests\test_config.py#L316
test_unset_conf_no_message
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
[stable]
macos-14,
Python 3.10,
Click: released,
Cloup: released
[notice] A new release of pip is available: 23.0.1 -> 24.0
[notice] To update, run: python3.10 -m pip install --upgrade pip
|
[unstable]
macos-14,
Python 3.12,
Click: main,
Cloup: master:
click_extra/tests/test_commands.py#L73
test_module_root_declarations
AssertionError: assert {'Abort', 'Ar...rameter', ...} <= {'Abort', 'Ar...rameter', ...}
Extra items in the left set:
'annotations'
|
[unstable]
macos-14,
Python 3.12,
Click: main,
Cloup: master:
click_extra/tests/test_commands.py#L377
test_option_group_integration
AssertionError: assert None
+ where None = <function fullmatch at 0x102dd39c0>('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 0x102dd39c0> = 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]
macos-14,
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]
macos-14,
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]
macos-14,
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]
macos-14,
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-14,
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-14,
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-14,
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-14,
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]
macos-14,
Python 3.13-dev,
Click: released,
Cloup: released
Process completed with exit code 1.
|
[unstable]
macos-14,
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 │ 1
|
[unstable]
macos-14,
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]
macos-14,
Python 3.12,
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]
macos-14,
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-14,
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-14,
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-14,
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-14,
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-14,
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-14,
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
|
[stable]
macos-14,
Python 3.8,
Click: 8.1.x,
Cloup: master
[notice] A new release of pip is available: 21.1.1 -> 24.0
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
[stable]
macos-14,
Python 3.8,
Click: 8.1.x,
Cloup: released
[notice] A new release of pip is available: 21.1.1 -> 24.0
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
[unstable]
macos-14,
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 │ 1
|
[unstable]
macos-14,
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-14,
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]
macos-14,
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]
macos-14,
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]
macos-14,
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-14,
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]
macos-14,
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]
macos-14,
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]
macos-14,
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-14,
Python 3.8,
Click: main,
Cloup: master
[notice] A new release of pip is available: 21.1.1 -> 24.0
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
[unstable]
macos-14,
Python 3.8,
Click: main,
Cloup: released
[notice] A new release of pip is available: 21.1.1 -> 24.0
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
[unstable]
macos-14,
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 │ 1
|
[unstable]
macos-14,
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]
macos-14,
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-14,
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-14,
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-14,
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-14,
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-14,
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]
macos-14,
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-14,
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
|
[stable]
macos-14,
Python 3.8,
Click: released,
Cloup: released
[notice] A new release of pip is available: 21.1.1 -> 24.0
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
[stable]
macos-14,
Python 3.8,
Click: released,
Cloup: master
[notice] A new release of pip is available: 21.1.1 -> 24.0
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
[stable]
macos-14,
Python 3.9,
Click: released,
Cloup: released
[notice] A new release of pip is available: 22.0.4 -> 24.0
[notice] To update, run: python3.9 -m pip install --upgrade pip
|
[stable]
windows-2019,
Python 3.10,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4.3.1\dist\codecov.exe' failed with exit code 1
|
[stable]
windows-2019,
Python 3.12,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4.3.1\dist\codecov.exe' failed with exit code 1
|
[stable]
ubuntu-22.04,
Python 3.10,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
ubuntu-20.04,
Python 3.10,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
ubuntu-20.04,
Python 3.12,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
ubuntu-20.04,
Python 3.11,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
ubuntu-20.04,
Python 3.8,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
ubuntu-20.04,
Python 3.9,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
ubuntu-22.04,
Python 3.11,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
windows-2019,
Python 3.8,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4.3.1\dist\codecov.exe' failed with exit code 1
|
[stable]
ubuntu-22.04,
Python 3.12,
Click: 8.1.x,
Cloup: master
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
ubuntu-22.04,
Python 3.12,
Click: 8.1.x,
Cloup: released
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
ubuntu-22.04,
Python 3.12,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
windows-2022,
Python 3.10,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4.3.1\dist\codecov.exe' failed with exit code 1
|
[stable]
ubuntu-22.04,
Python 3.12,
Click: released,
Cloup: master
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
ubuntu-22.04,
Python 3.8,
Click: 8.1.x,
Cloup: master
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[unstable]
windows-2019,
Python 3.13-dev,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4.3.1\dist\codecov.exe' failed with exit code 1
|
[stable]
ubuntu-22.04,
Python 3.8,
Click: 8.1.x,
Cloup: released
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
ubuntu-22.04,
Python 3.9,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
ubuntu-22.04,
Python 3.8,
Click: released,
Cloup: master
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
ubuntu-22.04,
Python 3.8,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
windows-2022,
Python 3.11,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4.3.1\dist\codecov.exe' failed with exit code 1
|
[stable]
windows-2019,
Python 3.11,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4.3.1\dist\codecov.exe' failed with exit code 1
|
[stable]
windows-2019,
Python 3.9,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4.3.1\dist\codecov.exe' failed with exit code 1
|
[stable]
windows-2022,
Python 3.12,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4.3.1\dist\codecov.exe' failed with exit code 1
|
[stable]
windows-2022,
Python 3.12,
Click: 8.1.x,
Cloup: master
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4.3.1\dist\codecov.exe' failed with exit code 1
|
[stable]
windows-2022,
Python 3.12,
Click: 8.1.x,
Cloup: released
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4.3.1\dist\codecov.exe' failed with exit code 1
|
[stable]
windows-2022,
Python 3.8,
Click: 8.1.x,
Cloup: master
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4.3.1\dist\codecov.exe' failed with exit code 1
|
[stable]
windows-2022,
Python 3.8,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4.3.1\dist\codecov.exe' failed with exit code 1
|
[stable]
windows-2022,
Python 3.12,
Click: released,
Cloup: master
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4.3.1\dist\codecov.exe' failed with exit code 1
|
[stable]
windows-2022,
Python 3.8,
Click: 8.1.x,
Cloup: released
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4.3.1\dist\codecov.exe' failed with exit code 1
|
[stable]
windows-2022,
Python 3.9,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4.3.1\dist\codecov.exe' failed with exit code 1
|
[stable]
windows-2022,
Python 3.8,
Click: released,
Cloup: master
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4.3.1\dist\codecov.exe' failed with exit code 1
|
[unstable]
windows-2022,
Python 3.13-dev,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4.3.1\dist\codecov.exe' failed with exit code 1
|
[stable]
macos-13,
Python 3.11,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
macos-13,
Python 3.10,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
macos-13,
Python 3.12,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
macos-13,
Python 3.9,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
macos-13,
Python 3.8,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
macos-14,
Python 3.11,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
macos-14,
Python 3.10,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
macos-14,
Python 3.12,
Click: 8.1.x,
Cloup: master
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
macos-14,
Python 3.12,
Click: 8.1.x,
Cloup: released
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
macos-14,
Python 3.12,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
macos-14,
Python 3.12,
Click: released,
Cloup: master
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
macos-14,
Python 3.8,
Click: 8.1.x,
Cloup: master
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
macos-14,
Python 3.8,
Click: 8.1.x,
Cloup: released
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
macos-14,
Python 3.8,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
macos-14,
Python 3.8,
Click: released,
Cloup: master
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|
[stable]
macos-14,
Python 3.9,
Click: released,
Cloup: released
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
|