Update types-pygments requirement from ~=2.15.0.0 to ~=2.18.0.20240506 #2520
tests.yaml
on: push
OS/Python/stable matrix pre-compute
2s
Matrix: tests
Annotations
62 errors and 37 warnings
[unstable]
ubuntu-22.04,
Python 3.12,
Click: main,
Cloup: released:
tests/test_parameters.py#L692
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:
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: released:
tests/test_commands.py#L377
test_option_group_integration
AssertionError: assert None
+ where None = <function fullmatch at 0x7f2e8a21d300>('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 0x7f2e8a21d300> = 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:
tests/test_config.py#L549
test_conf_file_overridden_by_cli_param[xml]
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
[unstable]
ubuntu-22.04,
Python 3.12,
Click: main,
Cloup: released:
tests/test_config.py#L505
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:
tests/test_config.py#L549
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:
tests/test_config.py#L505
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: released:
tests/test_config.py#L454
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:
tests/test_config.py#L505
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: released:
tests/test_config.py#L454
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: master:
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:
tests/test_commands.py#L377
test_option_group_integration
AssertionError: assert None
+ where None = <function fullmatch at 0x7fd0a5b1d300>('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 0x7fd0a5b1d300> = 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:
tests/test_parameters.py#L692
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: master:
tests/test_config.py#L454
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:
tests/test_config.py#L328
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:
tests/test_config.py#L505
test_auto_env_var_conf[toml]
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
[unstable]
ubuntu-22.04,
Python 3.12,
Click: main,
Cloup: master:
tests/test_config.py#L505
test_auto_env_var_conf[xml]
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
[unstable]
ubuntu-22.04,
Python 3.12,
Click: main,
Cloup: master:
tests/test_config.py#L549
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:
tests/test_config.py#L549
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:
tests/test_config.py#L315
test_unset_conf_no_message
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
[unstable]
windows-2022,
Python 3.12,
Click: main,
Cloup: master:
tests\test_commands.py#L377
test_option_group_integration
AssertionError: assert None
+ where None = <function fullmatch at 0x0000022E375BA340>('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 0x0000022E375BA340> = 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:
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:
tests\test_config.py#L454
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:
tests\test_config.py#L454
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: master:
tests\test_config.py#L454
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:
tests\test_config.py#L549
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:
tests\test_config.py#L328
test_unset_conf_debug_message
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
[unstable]
windows-2022,
Python 3.12,
Click: main,
Cloup: master:
tests\test_config.py#L549
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:
tests\test_config.py#L505
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:
tests\test_config.py#L505
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:
tests\test_commands.py#L377
test_option_group_integration
AssertionError: assert None
+ where None = <function fullmatch at 0x000002C69DE2A340>('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 0x000002C69DE2A340> = 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:
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: released:
tests\test_config.py#L454
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:
tests\test_config.py#L454
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:
tests\test_config.py#L549
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:
tests\test_config.py#L505
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: released:
tests\test_config.py#L454
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: released:
tests\test_config.py#L549
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:
tests\test_config.py#L505
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:
tests\test_config.py#L505
test_auto_env_var_conf[xml]
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
[unstable]
windows-2022,
Python 3.13-dev,
Click: released,
Cloup: released
Process completed with exit code 1.
|
[unstable]
windows-2019,
Python 3.13-dev,
Click: released,
Cloup: released
Process completed with exit code 1.
|
[unstable]
macos-14,
Python 3.12,
Click: main,
Cloup: released:
tests/test_parameters.py#L692
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:
tests/test_config.py#L454
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: released:
tests/test_config.py#L328
test_unset_conf_debug_message
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
[unstable]
macos-14,
Python 3.12,
Click: main,
Cloup: released:
tests/test_config.py#L549
test_conf_file_overridden_by_cli_param[xml]
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
[unstable]
macos-14,
Python 3.12,
Click: main,
Cloup: released:
tests/test_config.py#L505
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: released:
tests/test_config.py#L505
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:
tests/test_config.py#L454
test_conf_file_overrides_defaults[json]
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
[unstable]
macos-14,
Python 3.12,
Click: main,
Cloup: released:
tests/test_config.py#L505
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:
tests/test_config.py#L505
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: released:
tests/test_config.py#L505
test_auto_env_var_conf[toml]
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
[unstable]
macos-14,
Python 3.12,
Click: main,
Cloup: master:
tests/test_commands.py#L377
test_option_group_integration
AssertionError: assert None
+ where None = <function fullmatch at 0x1049c9bc0>('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 0x1049c9bc0> = 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:
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:
tests/test_parameters.py#L692
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: master:
tests/test_config.py#L454
test_conf_file_overrides_defaults[json]
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
[unstable]
macos-14,
Python 3.12,
Click: main,
Cloup: master:
tests/test_config.py#L328
test_unset_conf_debug_message
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
[unstable]
macos-14,
Python 3.12,
Click: main,
Cloup: master:
tests/test_config.py#L454
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:
tests/test_config.py#L505
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:
tests/test_config.py#L454
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:
tests/test_config.py#L454
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:
tests/test_config.py#L505
test_auto_env_var_conf[json]
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
[stable]
ubuntu-20.04,
Python 3.10,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
ubuntu-20.04,
Python 3.11,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
ubuntu-20.04,
Python 3.12,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
ubuntu-20.04,
Python 3.9,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
windows-2022,
Python 3.11,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process 'D:\a\_actions\codecov\codecov-action\v4.5.0\dist\codecov.exe' failed with exit code 1
|
[stable]
ubuntu-20.04,
Python 3.13-dev,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
windows-2022,
Python 3.10,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process 'D:\a\_actions\codecov\codecov-action\v4.5.0\dist\codecov.exe' failed with exit code 1
|
[stable]
windows-2019,
Python 3.11,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process 'D:\a\_actions\codecov\codecov-action\v4.5.0\dist\codecov.exe' failed with exit code 1
|
[stable]
windows-2019,
Python 3.10,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process 'D:\a\_actions\codecov\codecov-action\v4.5.0\dist\codecov.exe' failed with exit code 1
|
[stable]
ubuntu-22.04,
Python 3.10,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
windows-2022,
Python 3.12,
Click: 8.1.x,
Cloup: master
Codecov:
Failed to properly upload report: The process 'D:\a\_actions\codecov\codecov-action\v4.5.0\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 upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
ubuntu-22.04,
Python 3.12,
Click: 8.1.x,
Cloup: released
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
ubuntu-22.04,
Python 3.11,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
ubuntu-22.04,
Python 3.12,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
ubuntu-22.04,
Python 3.12,
Click: released,
Cloup: master
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
ubuntu-22.04,
Python 3.9,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
windows-2022,
Python 3.12,
Click: 8.1.x,
Cloup: released
Codecov:
Failed to properly upload report: The process 'D:\a\_actions\codecov\codecov-action\v4.5.0\dist\codecov.exe' failed with exit code 1
|
[stable]
ubuntu-22.04,
Python 3.13-dev,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
windows-2019,
Python 3.9,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process 'D:\a\_actions\codecov\codecov-action\v4.5.0\dist\codecov.exe' failed with exit code 1
|
[stable]
windows-2022,
Python 3.9,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process 'D:\a\_actions\codecov\codecov-action\v4.5.0\dist\codecov.exe' failed with exit code 1
|
[stable]
windows-2019,
Python 3.12,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process 'D:\a\_actions\codecov\codecov-action\v4.5.0\dist\codecov.exe' failed with exit code 1
|
[stable]
windows-2022,
Python 3.12,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process 'D:\a\_actions\codecov\codecov-action\v4.5.0\dist\codecov.exe' failed with exit code 1
|
[stable]
windows-2022,
Python 3.12,
Click: released,
Cloup: master
Codecov:
Failed to properly upload report: The process 'D:\a\_actions\codecov\codecov-action\v4.5.0\dist\codecov.exe' failed with exit code 1
|
[stable]
macos-13,
Python 3.11,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
macos-13,
Python 3.10,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
macos-13,
Python 3.12,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
macos-13,
Python 3.9,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
macos-13,
Python 3.13-dev,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
macos-14,
Python 3.10,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
macos-14,
Python 3.11,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
macos-14,
Python 3.12,
Click: 8.1.x,
Cloup: master
Codecov:
Failed to properly upload report: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
macos-14,
Python 3.12,
Click: 8.1.x,
Cloup: released
Codecov:
Failed to properly upload report: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
macos-14,
Python 3.12,
Click: released,
Cloup: master
Codecov:
Failed to properly upload report: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
macos-14,
Python 3.12,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
macos-14,
Python 3.13-dev,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
[stable]
macos-14,
Python 3.9,
Click: released,
Cloup: released
Codecov:
Failed to properly upload report: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|