>>> py3-click: Building community/py3-click 8.1.3-r1 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 03:54:46 +0000 >>> py3-click: Checking sanity of /home/buildozer/aports/community/py3-click/APKBUILD... >>> py3-click: Analyzing dependencies... >>> py3-click: Installing for build: build-base python3 py3-setuptools py3-pytest (1/17) Installing libbz2 (1.0.8-r4) (2/17) Installing libffi (3.4.4-r0) (3/17) Installing gdbm (1.23-r0) (4/17) Installing xz-libs (5.2.8-r0) (5/17) Installing mpdecimal (2.5.1-r1) (6/17) Installing readline (8.2.0-r0) (7/17) Installing sqlite-libs (3.40.0-r0) (8/17) Installing python3 (3.11.0-r2) (9/17) Installing py3-parsing (3.0.9-r1) (10/17) Installing py3-packaging (21.3-r3) (11/17) Installing py3-setuptools (65.6.0-r1) (12/17) Installing py3-attrs (22.1.0-r1) (13/17) Installing py3-iniconfig (1.1.1-r4) (14/17) Installing py3-pluggy (1.0.0-r2) (15/17) Installing py3-py (1.11.0-r1) (16/17) Installing py3-pytest (7.2.0-r2) (17/17) Installing .makedepends-py3-click (20221123.035447) Executing busybox-1.35.0-r29.trigger OK: 377 MiB in 114 packages >>> py3-click: Cleaning up srcdir >>> py3-click: Cleaning up pkgdir >>> py3-click: Fetching https://distfiles.alpinelinux.org/distfiles/edge/click-8.1.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 323k 24 81866 0 0 89653 0 0:00:03 --:--:-- 0:00:03 89667 100 323k 100 323k 0 0 260k 0 0:00:01 0:00:01 --:--:-- 260k >>> py3-click: Fetching https://distfiles.alpinelinux.org/distfiles/edge/click-8.1.3.tar.gz >>> py3-click: Checking sha512sums... click-8.1.3.tar.gz: OK >>> py3-click: Unpacking /var/cache/distfiles/click-8.1.3.tar.gz... running build running build_py creating build creating build/lib creating build/lib/click copying src/click/decorators.py -> build/lib/click copying src/click/parser.py -> build/lib/click copying src/click/_winconsole.py -> build/lib/click copying src/click/globals.py -> build/lib/click copying src/click/testing.py -> build/lib/click copying src/click/exceptions.py -> build/lib/click copying src/click/core.py -> build/lib/click copying src/click/_termui_impl.py -> build/lib/click copying src/click/_textwrap.py -> build/lib/click copying src/click/utils.py -> build/lib/click copying src/click/shell_completion.py -> build/lib/click copying src/click/termui.py -> build/lib/click copying src/click/__init__.py -> build/lib/click copying src/click/types.py -> build/lib/click copying src/click/formatting.py -> build/lib/click copying src/click/_compat.py -> build/lib/click running egg_info writing src/click.egg-info/PKG-INFO writing dependency_links to src/click.egg-info/dependency_links.txt writing requirements to src/click.egg-info/requires.txt writing top-level names to src/click.egg-info/top_level.txt reading manifest file 'src/click.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'src/click.egg-info/SOURCES.txt' copying src/click/py.typed -> build/lib/click ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-click/src/click-8.1.3, configfile: setup.cfg collecting ... collected 598 items tests/test_arguments.py::test_nargs_star PASSED [ 0%] tests/test_arguments.py::test_argument_unbounded_nargs_cant_have_default PASSED [ 0%] tests/test_arguments.py::test_nargs_tup PASSED [ 0%] tests/test_arguments.py::test_nargs_tup_composite[opts0] PASSED [ 0%] tests/test_arguments.py::test_nargs_tup_composite[opts1] PASSED [ 0%] tests/test_arguments.py::test_nargs_tup_composite[opts2] PASSED [ 1%] tests/test_arguments.py::test_nargs_tup_composite[opts3] PASSED [ 1%] tests/test_arguments.py::test_nargs_err PASSED [ 1%] tests/test_arguments.py::test_bytes_args PASSED [ 1%] tests/test_arguments.py::test_file_args PASSED [ 1%] tests/test_arguments.py::test_path_allow_dash PASSED [ 1%] tests/test_arguments.py::test_file_atomics PASSED [ 2%] tests/test_arguments.py::test_stdout_default PASSED [ 2%] tests/test_arguments.py::test_nargs_envvar[2--None] PASSED [ 2%] tests/test_arguments.py::test_nargs_envvar[2-a-Takes 2 values but 1 was given.] PASSED [ 2%] tests/test_arguments.py::test_nargs_envvar[2-a b-expect2] PASSED [ 2%] tests/test_arguments.py::test_nargs_envvar[2-a b c-Takes 2 values but 3 were given.] PASSED [ 2%] tests/test_arguments.py::test_nargs_envvar[-1-a b c-expect4] PASSED [ 3%] tests/test_arguments.py::test_nargs_envvar[-1--expect5] PASSED [ 3%] tests/test_arguments.py::test_nargs_envvar_only_if_values_empty PASSED [ 3%] tests/test_arguments.py::test_empty_nargs PASSED [ 3%] tests/test_arguments.py::test_missing_arg PASSED [ 3%] tests/test_arguments.py::test_missing_argument_string_cast PASSED [ 3%] tests/test_arguments.py::test_implicit_non_required PASSED [ 4%] tests/test_arguments.py::test_eat_options PASSED [ 4%] tests/test_arguments.py::test_nargs_star_ordering PASSED [ 4%] tests/test_arguments.py::test_nargs_specified_plus_star_ordering PASSED [ 4%] tests/test_arguments.py::test_defaults_for_nargs PASSED [ 4%] tests/test_arguments.py::test_multiple_param_decls_not_allowed PASSED [ 4%] tests/test_arguments.py::test_multiple_not_allowed PASSED [ 5%] tests/test_arguments.py::test_nargs_bad_default[value0] PASSED [ 5%] tests/test_arguments.py::test_nargs_bad_default[value1] PASSED [ 5%] tests/test_arguments.py::test_nargs_bad_default[value2] PASSED [ 5%] tests/test_arguments.py::test_subcommand_help PASSED [ 5%] tests/test_arguments.py::test_nested_subcommand_help PASSED [ 5%] tests/test_basic.py::test_basic_functionality PASSED [ 6%] tests/test_basic.py::test_repr PASSED [ 6%] tests/test_basic.py::test_return_values PASSED [ 6%] tests/test_basic.py::test_basic_group PASSED [ 6%] tests/test_basic.py::test_group_commands_dict PASSED [ 6%] tests/test_basic.py::test_group_from_list PASSED [ 6%] tests/test_basic.py::test_string_option[args0-S:[no value]] PASSED [ 7%] tests/test_basic.py::test_string_option[args1-S:[42]] PASSED [ 7%] tests/test_basic.py::test_string_option[args2-Error: Option '--s' requires an argument.] PASSED [ 7%] tests/test_basic.py::test_string_option[args3-S:[]] PASSED [ 7%] tests/test_basic.py::test_string_option[args4-S:[\u2603]] PASSED [ 7%] tests/test_basic.py::test_int_option[args0-I:[84]] PASSED [ 7%] tests/test_basic.py::test_int_option[args1-I:[46]] PASSED [ 8%] tests/test_basic.py::test_int_option[args2-Error: Invalid value for '--i': 'x' is not a valid integer.] PASSED [ 8%] tests/test_basic.py::test_uuid_option[args0-U:[ba122011-349f-423b-873b-9d6a79c688ab]] PASSED [ 8%] tests/test_basic.py::test_uuid_option[args1-U:[821592c1-c50e-4971-9cd6-e89dc6832f86]] PASSED [ 8%] tests/test_basic.py::test_uuid_option[args2-Error: Invalid value for '--u': 'x' is not a valid UUID.] PASSED [ 8%] tests/test_basic.py::test_float_option[args0-F:[42.0]] PASSED [ 8%] tests/test_basic.py::test_float_option[--f=23.5-F:[23.5]] PASSED [ 9%] tests/test_basic.py::test_float_option[--f=x-Error: Invalid value for '--f': 'x' is not a valid float.] PASSED [ 9%] tests/test_basic.py::test_boolean_switch[args0-True-True] PASSED [ 9%] tests/test_basic.py::test_boolean_switch[args0-True-False] PASSED [ 9%] tests/test_basic.py::test_boolean_switch[args1-False-True] PASSED [ 9%] tests/test_basic.py::test_boolean_switch[args1-False-False] PASSED [ 9%] tests/test_basic.py::test_boolean_switch[args2-None-True] PASSED [ 10%] tests/test_basic.py::test_boolean_switch[args2-None-False] PASSED [ 10%] tests/test_basic.py::test_boolean_flag[args0-True-True] PASSED [ 10%] tests/test_basic.py::test_boolean_flag[args0-True-False] PASSED [ 10%] tests/test_basic.py::test_boolean_flag[args1-False-True] PASSED [ 10%] tests/test_basic.py::test_boolean_flag[args1-False-False] PASSED [ 10%] tests/test_basic.py::test_boolean_conversion[1-True] PASSED [ 11%] tests/test_basic.py::test_boolean_conversion[true-True] PASSED [ 11%] tests/test_basic.py::test_boolean_conversion[t-True] PASSED [ 11%] tests/test_basic.py::test_boolean_conversion[yes-True] PASSED [ 11%] tests/test_basic.py::test_boolean_conversion[y-True] PASSED [ 11%] tests/test_basic.py::test_boolean_conversion[on-True] PASSED [ 11%] tests/test_basic.py::test_boolean_conversion[0-False] PASSED [ 12%] tests/test_basic.py::test_boolean_conversion[false-False] PASSED [ 12%] tests/test_basic.py::test_boolean_conversion[f-False] PASSED [ 12%] tests/test_basic.py::test_boolean_conversion[no-False] PASSED [ 12%] tests/test_basic.py::test_boolean_conversion[n-False] PASSED [ 12%] tests/test_basic.py::test_boolean_conversion[off-False] PASSED [ 12%] tests/test_basic.py::test_file_option PASSED [ 13%] tests/test_basic.py::test_file_lazy_mode PASSED [ 13%] tests/test_basic.py::test_path_option PASSED [ 13%] tests/test_basic.py::test_choice_option PASSED [ 13%] tests/test_basic.py::test_choice_argument PASSED [ 13%] tests/test_basic.py::test_datetime_option_default PASSED [ 13%] tests/test_basic.py::test_datetime_option_custom PASSED [ 14%] tests/test_basic.py::test_required_option PASSED [ 14%] tests/test_basic.py::test_evaluation_order PASSED [ 14%] tests/test_basic.py::test_hidden_option PASSED [ 14%] tests/test_basic.py::test_hidden_command PASSED [ 14%] tests/test_basic.py::test_hidden_group PASSED [ 14%] tests/test_basic.py::test_summary_line PASSED [ 15%] tests/test_basic.py::test_help_invalid_default PASSED [ 15%] tests/test_chain.py::test_basic_chaining PASSED [ 15%] tests/test_chain.py::test_chaining_help[args0-COMMAND1 [ARGS]... [COMMAND2 [ARGS]...]...] PASSED [ 15%] tests/test_chain.py::test_chaining_help[args1-ROOT HELP] PASSED [ 15%] tests/test_chain.py::test_chaining_help[args2-SDIST HELP] PASSED [ 15%] tests/test_chain.py::test_chaining_help[args3-BDIST HELP] PASSED [ 16%] tests/test_chain.py::test_chaining_help[args4-SDIST HELP] PASSED [ 16%] tests/test_chain.py::test_chaining_with_options PASSED [ 16%] tests/test_chain.py::test_no_command_result_callback[False-1] PASSED [ 16%] tests/test_chain.py::test_no_command_result_callback[True-[]] PASSED [ 16%] tests/test_chain.py::test_chaining_with_arguments PASSED [ 16%] tests/test_chain.py::test_pipeline[args0-foo\nbar-expect0] PASSED [ 17%] tests/test_chain.py::test_pipeline[args1-foo \n bar-expect1] PASSED [ 17%] tests/test_chain.py::test_pipeline[args2-foo \n bar-expect2] PASSED [ 17%] tests/test_chain.py::test_args_and_chain PASSED [ 17%] tests/test_chain.py::test_multicommand_arg_behavior PASSED [ 17%] tests/test_chain.py::test_multicommand_chaining XFAIL [ 17%] tests/test_command_decorators.py::test_command_no_parens PASSED [ 18%] tests/test_command_decorators.py::test_group_no_parens PASSED [ 18%] tests/test_command_decorators.py::test_params_argument PASSED [ 18%] tests/test_commands.py::test_other_command_invoke PASSED [ 18%] tests/test_commands.py::test_other_command_forward PASSED [ 18%] tests/test_commands.py::test_forwarded_params_consistency PASSED [ 18%] tests/test_commands.py::test_auto_shorthelp PASSED [ 19%] tests/test_commands.py::test_help_truncation PASSED [ 19%] tests/test_commands.py::test_no_args_is_help PASSED [ 19%] tests/test_commands.py::test_default_maps PASSED [ 19%] tests/test_commands.py::test_group_with_args[args0-2-Error: Missing command.] PASSED [ 19%] tests/test_commands.py::test_group_with_args[args1-0-Show this message and exit.] PASSED [ 19%] tests/test_commands.py::test_group_with_args[args2-0-obj=obj1\nmove\n] PASSED [ 20%] tests/test_commands.py::test_group_with_args[args3-0-Show this message and exit.] PASSED [ 20%] tests/test_commands.py::test_base_command PASSED [ 20%] tests/test_commands.py::test_object_propagation PASSED [ 20%] tests/test_commands.py::test_other_command_invoke_with_defaults PASSED [ 20%] tests/test_commands.py::test_invoked_subcommand PASSED [ 20%] tests/test_commands.py::test_aliased_command_canonical_name PASSED [ 21%] tests/test_commands.py::test_group_add_command_name PASSED [ 21%] tests/test_commands.py::test_unprocessed_options PASSED [ 21%] tests/test_commands.py::test_deprecated_in_help_messages[CLI HELP] PASSED [ 21%] tests/test_commands.py::test_deprecated_in_help_messages[None] PASSED [ 21%] tests/test_commands.py::test_deprecated_in_invocation PASSED [ 21%] tests/test_commands.py::test_command_parse_args_collects_option_prefixes PASSED [ 22%] tests/test_commands.py::test_group_parse_args_collects_base_option_prefixes PASSED [ 22%] tests/test_commands.py::test_group_invoke_collects_used_option_prefixes PASSED [ 22%] tests/test_compat.py::test_is_jupyter_kernel_output PASSED [ 22%] tests/test_context.py::test_ensure_context_objects PASSED [ 22%] tests/test_context.py::test_get_context_objects PASSED [ 22%] tests/test_context.py::test_get_context_objects_no_ensuring PASSED [ 23%] tests/test_context.py::test_get_context_objects_missing PASSED [ 23%] tests/test_context.py::test_multi_enter PASSED [ 23%] tests/test_context.py::test_global_context_object PASSED [ 23%] tests/test_context.py::test_context_meta PASSED [ 23%] tests/test_context.py::test_make_pass_meta_decorator PASSED [ 23%] tests/test_context.py::test_make_pass_meta_decorator_doc PASSED [ 24%] tests/test_context.py::test_context_pushing PASSED [ 24%] tests/test_context.py::test_pass_obj PASSED [ 24%] tests/test_context.py::test_close_before_pop PASSED [ 24%] tests/test_context.py::test_with_resource PASSED [ 24%] tests/test_context.py::test_make_pass_decorator_args PASSED [ 24%] tests/test_context.py::test_propagate_show_default_setting PASSED [ 25%] tests/test_context.py::test_exit_not_standalone PASSED [ 25%] tests/test_context.py::test_parameter_source[default] PASSED [ 25%] tests/test_context.py::test_parameter_source[default_map] PASSED [ 25%] tests/test_context.py::test_parameter_source[commandline short] PASSED [ 25%] tests/test_context.py::test_parameter_source[commandline long] PASSED [ 25%] tests/test_context.py::test_parameter_source[environment auto] PASSED [ 26%] tests/test_context.py::test_parameter_source[environment manual] PASSED [ 26%] tests/test_context.py::test_propagate_opt_prefixes PASSED [ 26%] tests/test_custom_classes.py::test_command_context_class PASSED [ 26%] tests/test_custom_classes.py::test_context_invoke_type PASSED [ 26%] tests/test_custom_classes.py::test_context_formatter_class PASSED [ 26%] tests/test_custom_classes.py::test_group_command_class PASSED [ 27%] tests/test_custom_classes.py::test_group_group_class PASSED [ 27%] tests/test_custom_classes.py::test_group_group_class_self PASSED [ 27%] tests/test_defaults.py::test_basic_defaults PASSED [ 27%] tests/test_defaults.py::test_multiple_defaults PASSED [ 27%] tests/test_defaults.py::test_nargs_plus_multiple PASSED [ 27%] tests/test_formatting.py::test_basic_functionality PASSED [ 28%] tests/test_formatting.py::test_wrapping_long_options_strings PASSED [ 28%] tests/test_formatting.py::test_wrapping_long_command_name PASSED [ 28%] tests/test_formatting.py::test_formatting_empty_help_lines PASSED [ 28%] tests/test_formatting.py::test_formatting_usage_error PASSED [ 28%] tests/test_formatting.py::test_formatting_usage_error_metavar_missing_arg PASSED [ 28%] tests/test_formatting.py::test_formatting_usage_error_metavar_bad_arg PASSED [ 29%] tests/test_formatting.py::test_formatting_usage_error_nested PASSED [ 29%] tests/test_formatting.py::test_formatting_usage_error_no_help PASSED [ 29%] tests/test_formatting.py::test_formatting_usage_custom_help PASSED [ 29%] tests/test_formatting.py::test_formatting_custom_type_metavar PASSED [ 29%] tests/test_formatting.py::test_truncating_docstring PASSED [ 29%] tests/test_formatting.py::test_removing_multiline_marker PASSED [ 30%] tests/test_formatting.py::test_global_show_default PASSED [ 30%] tests/test_formatting.py::test_formatting_with_options_metavar_empty PASSED [ 30%] tests/test_formatting.py::test_help_formatter_write_text PASSED [ 30%] tests/test_imports.py::test_light_imports PASSED [ 30%] tests/test_info_dict.py::test_parameter[Func ParamType] PASSED [ 30%] tests/test_info_dict.py::test_parameter[UNPROCESSED ParamType] PASSED [ 31%] tests/test_info_dict.py::test_parameter[STRING ParamType] PASSED [ 31%] tests/test_info_dict.py::test_parameter[Choice ParamType] PASSED [ 31%] tests/test_info_dict.py::test_parameter[DateTime ParamType] PASSED [ 31%] tests/test_info_dict.py::test_parameter[INT ParamType] PASSED [ 31%] tests/test_info_dict.py::test_parameter[IntRange ParamType] PASSED [ 31%] tests/test_info_dict.py::test_parameter[FLOAT ParamType] PASSED [ 32%] tests/test_info_dict.py::test_parameter[FloatRange ParamType] PASSED [ 32%] tests/test_info_dict.py::test_parameter[Bool ParamType] PASSED [ 32%] tests/test_info_dict.py::test_parameter[UUID ParamType] PASSED [ 32%] tests/test_info_dict.py::test_parameter[File ParamType] PASSED [ 32%] tests/test_info_dict.py::test_parameter[Path ParamType] PASSED [ 32%] tests/test_info_dict.py::test_parameter[Tuple ParamType] PASSED [ 33%] tests/test_info_dict.py::test_parameter[Option] PASSED [ 33%] tests/test_info_dict.py::test_parameter[Flag Option] PASSED [ 33%] tests/test_info_dict.py::test_parameter[Argument] PASSED [ 33%] tests/test_info_dict.py::test_command[Command] PASSED [ 33%] tests/test_info_dict.py::test_command[Group] PASSED [ 33%] tests/test_info_dict.py::test_command[Nested Group] PASSED [ 34%] tests/test_info_dict.py::test_context PASSED [ 34%] tests/test_info_dict.py::test_paramtype_no_name PASSED [ 34%] tests/test_normalization.py::test_option_normalization PASSED [ 34%] tests/test_normalization.py::test_choice_normalization PASSED [ 34%] tests/test_normalization.py::test_command_normalization PASSED [ 34%] tests/test_options.py::test_prefixes PASSED [ 35%] tests/test_options.py::test_invalid_option PASSED [ 35%] tests/test_options.py::test_invalid_nargs PASSED [ 35%] tests/test_options.py::test_nargs_tup_composite_mult PASSED [ 35%] tests/test_options.py::test_counting PASSED [ 35%] tests/test_options.py::test_unknown_options[--foo] PASSED [ 35%] tests/test_options.py::test_unknown_options[-f] PASSED [ 36%] tests/test_options.py::test_suggest_possible_options[--cat-Did you mean --count?] PASSED [ 36%] tests/test_options.py::test_suggest_possible_options[--bounds-(Possible options: --bound, --count)] PASSED [ 36%] tests/test_options.py::test_suggest_possible_options[--bount-(Possible options: --bound, --count)] PASSED [ 36%] tests/test_options.py::test_multiple_required PASSED [ 36%] tests/test_options.py::test_init_good_default_list[True-1-default0] PASSED [ 36%] tests/test_options.py::test_init_good_default_list[True-1-default1] PASSED [ 37%] tests/test_options.py::test_init_good_default_list[False-2-default2] PASSED [ 37%] tests/test_options.py::test_init_good_default_list[True-2-default3] PASSED [ 37%] tests/test_options.py::test_init_good_default_list[True-2-default4] PASSED [ 37%] tests/test_options.py::test_init_bad_default_list[True-1-1] PASSED [ 37%] tests/test_options.py::test_init_bad_default_list[False-2-default1] PASSED [ 37%] tests/test_options.py::test_init_bad_default_list[True-2-default2] PASSED [ 38%] tests/test_options.py::test_empty_envvar[MYPATH] PASSED [ 38%] tests/test_options.py::test_empty_envvar[AUTO_MYPATH] PASSED [ 38%] tests/test_options.py::test_multiple_envvar PASSED [ 38%] tests/test_options.py::test_trailing_blanks_boolean_envvar PASSED [ 38%] tests/test_options.py::test_multiple_default_help PASSED [ 38%] tests/test_options.py::test_show_default_default_map PASSED [ 39%] tests/test_options.py::test_multiple_default_type PASSED [ 39%] tests/test_options.py::test_multiple_default_composite_type PASSED [ 39%] tests/test_options.py::test_parse_multiple_default_composite_type PASSED [ 39%] tests/test_options.py::test_dynamic_default_help_unset PASSED [ 39%] tests/test_options.py::test_dynamic_default_help_text PASSED [ 39%] tests/test_options.py::test_dynamic_default_help_special_method PASSED [ 40%] tests/test_options.py::test_intrange_default_help_text[type0-1<=x<=32] PASSED [ 40%] tests/test_options.py::test_intrange_default_help_text[type1-1=1] PASSED [ 40%] tests/test_options.py::test_intrange_default_help_text[type3-x<=32] PASSED [ 40%] tests/test_options.py::test_count_default_type_help PASSED [ 40%] tests/test_options.py::test_file_type_help_default PASSED [ 41%] tests/test_options.py::test_toupper_envvar_prefix PASSED [ 41%] tests/test_options.py::test_nargs_envvar PASSED [ 41%] tests/test_options.py::test_show_envvar PASSED [ 41%] tests/test_options.py::test_show_envvar_auto_prefix PASSED [ 41%] tests/test_options.py::test_show_envvar_auto_prefix_dash_in_command PASSED [ 41%] tests/test_options.py::test_custom_validation PASSED [ 42%] tests/test_options.py::test_callback_validates_prompt PASSED [ 42%] tests/test_options.py::test_winstyle_options PASSED [ 42%] tests/test_options.py::test_legacy_options PASSED [ 42%] tests/test_options.py::test_missing_option_string_cast PASSED [ 42%] tests/test_options.py::test_missing_required_flag PASSED [ 42%] tests/test_options.py::test_missing_choice PASSED [ 43%] tests/test_options.py::test_case_insensitive_choice PASSED [ 43%] tests/test_options.py::test_case_insensitive_choice_returned_exactly PASSED [ 43%] tests/test_options.py::test_option_help_preserve_paragraphs PASSED [ 43%] tests/test_options.py::test_argument_custom_class PASSED [ 43%] tests/test_options.py::test_option_custom_class PASSED [ 43%] tests/test_options.py::test_option_custom_class_reusable PASSED [ 44%] tests/test_options.py::test_bool_flag_with_type PASSED [ 44%] tests/test_options.py::test_aliases_for_flags PASSED [ 44%] tests/test_options.py::test_option_names[option_args0-aggressive] PASSED [ 44%] tests/test_options.py::test_option_names[option_args1-first] PASSED [ 44%] tests/test_options.py::test_option_names[option_args2-apple] PASSED [ 44%] tests/test_options.py::test_option_names[option_args3-cantaloupe] PASSED [ 45%] tests/test_options.py::test_option_names[option_args4-a] PASSED [ 45%] tests/test_options.py::test_option_names[option_args5-c] PASSED [ 45%] tests/test_options.py::test_option_names[option_args6-apple] PASSED [ 45%] tests/test_options.py::test_option_names[option_args7-cantaloupe] PASSED [ 45%] tests/test_options.py::test_option_names[option_args8-_from] PASSED [ 45%] tests/test_options.py::test_option_names[option_args9-_ret] PASSED [ 46%] tests/test_options.py::test_flag_duplicate_names PASSED [ 46%] tests/test_options.py::test_show_default_boolean_flag_name[False-no-cache] PASSED [ 46%] tests/test_options.py::test_show_default_boolean_flag_name[True-cache] PASSED [ 46%] tests/test_options.py::test_show_true_default_boolean_flag_value PASSED [ 46%] tests/test_options.py::test_hide_false_default_boolean_flag_value[False] PASSED [ 46%] tests/test_options.py::test_hide_false_default_boolean_flag_value[None] PASSED [ 47%] tests/test_options.py::test_show_default_string PASSED [ 47%] tests/test_options.py::test_do_not_show_no_default PASSED [ 47%] tests/test_options.py::test_do_not_show_default_empty_multiple PASSED [ 47%] tests/test_options.py::test_show_default_precedence[None-None-False] PASSED [ 47%] tests/test_options.py::test_show_default_precedence[None-False-False] PASSED [ 47%] tests/test_options.py::test_show_default_precedence[None-True-True] PASSED [ 48%] tests/test_options.py::test_show_default_precedence[False-None-False] PASSED [ 48%] tests/test_options.py::test_show_default_precedence[False-False-False] PASSED [ 48%] tests/test_options.py::test_show_default_precedence[False-True-True] PASSED [ 48%] tests/test_options.py::test_show_default_precedence[True-None-True] PASSED [ 48%] tests/test_options.py::test_show_default_precedence[True-False-False] PASSED [ 48%] tests/test_options.py::test_show_default_precedence[True-True-True] PASSED [ 49%] tests/test_options.py::test_show_default_precedence[False-one-True] PASSED [ 49%] tests/test_options.py::test_option_with_optional_value[None-expect0] PASSED [ 49%] tests/test_options.py::test_option_with_optional_value[args1-expect1] PASSED [ 49%] tests/test_options.py::test_option_with_optional_value[args2-expect2] PASSED [ 49%] tests/test_options.py::test_option_with_optional_value[args3-expect3] PASSED [ 50%] tests/test_options.py::test_option_with_optional_value[args4-expect4] PASSED [ 50%] tests/test_options.py::test_option_with_optional_value[args5-expect5] PASSED [ 50%] tests/test_options.py::test_option_with_optional_value[args6-expect6] PASSED [ 50%] tests/test_options.py::test_option_with_optional_value[args7-expect7] PASSED [ 50%] tests/test_options.py::test_option_with_optional_value[args8-expect8] PASSED [ 50%] tests/test_options.py::test_option_with_optional_value[args9-expect9] PASSED [ 51%] tests/test_options.py::test_option_with_optional_value[args10-expect10] PASSED [ 51%] tests/test_options.py::test_option_with_optional_value[args11-expect11] PASSED [ 51%] tests/test_options.py::test_option_with_optional_value[args12-expect12] PASSED [ 51%] tests/test_options.py::test_option_with_optional_value[args13-expect13] PASSED [ 51%] tests/test_options.py::test_multiple_option_with_optional_value PASSED [ 51%] tests/test_options.py::test_type_from_flag_value PASSED [ 52%] tests/test_options.py::test_is_bool_flag_is_correctly_set[int option] PASSED [ 52%] tests/test_options.py::test_is_bool_flag_is_correctly_set[bool non-flag [None]] PASSED [ 52%] tests/test_options.py::test_is_bool_flag_is_correctly_set[bool non-flag [True]] PASSED [ 52%] tests/test_options.py::test_is_bool_flag_is_correctly_set[bool non-flag [False]] PASSED [ 52%] tests/test_options.py::test_is_bool_flag_is_correctly_set[non-bool flag_value] PASSED [ 52%] tests/test_options.py::test_is_bool_flag_is_correctly_set[is_flag=True] PASSED [ 53%] tests/test_options.py::test_is_bool_flag_is_correctly_set[secondary option [implicit flag]] PASSED [ 53%] tests/test_options.py::test_is_bool_flag_is_correctly_set[bool flag_value] PASSED [ 53%] tests/test_options.py::test_invalid_flag_combinations[kwargs0-'count' is not valid with 'multiple'.] PASSED [ 53%] tests/test_options.py::test_invalid_flag_combinations[kwargs1-'count' is not valid with 'is_flag'.] PASSED [ 53%] tests/test_options.py::test_invalid_flag_combinations[kwargs2-'multiple' is not valid with 'is_flag', use 'count'.] PASSED [ 53%] tests/test_parser.py::test_split_arg_string[cli a b c-expect0] PASSED [ 54%] tests/test_parser.py::test_split_arg_string[cli 'my file-expect1] PASSED [ 54%] tests/test_parser.py::test_split_arg_string[cli 'my file'-expect2] PASSED [ 54%] tests/test_parser.py::test_split_arg_string[cli my\\-expect3] PASSED [ 54%] tests/test_parser.py::test_split_arg_string[cli my\\ file-expect4] PASSED [ 54%] tests/test_parser.py::test_parser_default_prefixes PASSED [ 54%] tests/test_parser.py::test_parser_collects_prefixes PASSED [ 55%] tests/test_shell_completion.py::test_command PASSED [ 55%] tests/test_shell_completion.py::test_group PASSED [ 55%] tests/test_shell_completion.py::test_group_command_same_option PASSED [ 55%] tests/test_shell_completion.py::test_chained PASSED [ 55%] tests/test_shell_completion.py::test_help_option PASSED [ 55%] tests/test_shell_completion.py::test_argument_order PASSED [ 56%] tests/test_shell_completion.py::test_argument_default PASSED [ 56%] tests/test_shell_completion.py::test_type_choice PASSED [ 56%] tests/test_shell_completion.py::test_choice_special_characters PASSED [ 56%] tests/test_shell_completion.py::test_choice_conflicting_prefix PASSED [ 56%] tests/test_shell_completion.py::test_option_count PASSED [ 56%] tests/test_shell_completion.py::test_option_optional PASSED [ 57%] tests/test_shell_completion.py::test_path_types[type0-file] PASSED [ 57%] tests/test_shell_completion.py::test_path_types[type1-file] PASSED [ 57%] tests/test_shell_completion.py::test_path_types[type2-dir] PASSED [ 57%] tests/test_shell_completion.py::test_absolute_path PASSED [ 57%] tests/test_shell_completion.py::test_option_flag PASSED [ 57%] tests/test_shell_completion.py::test_option_custom PASSED [ 58%] tests/test_shell_completion.py::test_option_multiple PASSED [ 58%] tests/test_shell_completion.py::test_option_nargs PASSED [ 58%] tests/test_shell_completion.py::test_argument_nargs PASSED [ 58%] tests/test_shell_completion.py::test_double_dash PASSED [ 58%] tests/test_shell_completion.py::test_hidden PASSED [ 58%] tests/test_shell_completion.py::test_add_different_name PASSED [ 59%] tests/test_shell_completion.py::test_completion_item_data PASSED [ 59%] tests/test_shell_completion.py::test_full_source[bash] PASSED [ 59%] tests/test_shell_completion.py::test_full_source[zsh] PASSED [ 59%] tests/test_shell_completion.py::test_full_source[fish] PASSED [ 59%] tests/test_shell_completion.py::test_full_complete[bash-env0-plain,a\nplain,b\n] PASSED [ 59%] tests/test_shell_completion.py::test_full_complete[bash-env1-plain,b\n] PASSED [ 60%] tests/test_shell_completion.py::test_full_complete[zsh-env2-plain\na\n_\nplain\nb\nbee\n] PASSED [ 60%] tests/test_shell_completion.py::test_full_complete[zsh-env3-plain\nb\nbee\n] PASSED [ 60%] tests/test_shell_completion.py::test_full_complete[fish-env4-plain,a\nplain,b\tbee\n] PASSED [ 60%] tests/test_shell_completion.py::test_full_complete[fish-env5-plain,b\tbee\n] PASSED [ 60%] tests/test_shell_completion.py::test_context_settings PASSED [ 60%] tests/test_shell_completion.py::test_choice_case_sensitive[False-expect0] PASSED [ 61%] tests/test_shell_completion.py::test_choice_case_sensitive[True-expect1] PASSED [ 61%] tests/test_termui.py::test_progressbar_strip_regression PASSED [ 61%] tests/test_termui.py::test_progressbar_length_hint PASSED [ 61%] tests/test_termui.py::test_progressbar_hidden PASSED [ 61%] tests/test_termui.py::test_progressbar_time_per_iteration[avg0-0.0] PASSED [ 61%] tests/test_termui.py::test_progressbar_time_per_iteration[avg1-2.5] PASSED [ 62%] tests/test_termui.py::test_progressbar_eta[False-5] PASSED [ 62%] tests/test_termui.py::test_progressbar_eta[True-0] PASSED [ 62%] tests/test_termui.py::test_progressbar_format_eta[0-00:00:00] PASSED [ 62%] tests/test_termui.py::test_progressbar_format_eta[30-00:00:30] PASSED [ 62%] tests/test_termui.py::test_progressbar_format_eta[90-00:01:30] PASSED [ 62%] tests/test_termui.py::test_progressbar_format_eta[900-00:15:00] PASSED [ 63%] tests/test_termui.py::test_progressbar_format_eta[9000-02:30:00] PASSED [ 63%] tests/test_termui.py::test_progressbar_format_eta[99999999999-1157407d 09:46:39] PASSED [ 63%] tests/test_termui.py::test_progressbar_format_eta[None-] PASSED [ 63%] tests/test_termui.py::test_progressbar_format_pos[0-5] PASSED [ 63%] tests/test_termui.py::test_progressbar_format_pos[-1-1] PASSED [ 63%] tests/test_termui.py::test_progressbar_format_pos[5-5] PASSED [ 64%] tests/test_termui.py::test_progressbar_format_pos[6-5] PASSED [ 64%] tests/test_termui.py::test_progressbar_format_pos[4-0] PASSED [ 64%] tests/test_termui.py::test_progressbar_format_bar[8-False-7-0-#######-] PASSED [ 64%] tests/test_termui.py::test_progressbar_format_bar[0-True-8-0-########] PASSED [ 64%] tests/test_termui.py::test_progressbar_format_progress_line[0-True-True-0- [--------] 0/0 0%] PASSED [ 64%] tests/test_termui.py::test_progressbar_format_progress_line[0-False-True-0- [--------] 0/0] PASSED [ 65%] tests/test_termui.py::test_progressbar_format_progress_line[0-False-False-0- [--------]0] PASSED [ 65%] tests/test_termui.py::test_progressbar_format_progress_line[0-False-False-0- [--------]1] PASSED [ 65%] tests/test_termui.py::test_progressbar_format_progress_line[8-True-True-8- [########] 8/8 100%] PASSED [ 65%] tests/test_termui.py::test_progressbar_format_progress_line_with_show_func[test] PASSED [ 65%] tests/test_termui.py::test_progressbar_format_progress_line_with_show_func[None] PASSED [ 65%] tests/test_termui.py::test_progressbar_init_exceptions PASSED [ 66%] tests/test_termui.py::test_progressbar_iter_outside_with_exceptions PASSED [ 66%] tests/test_termui.py::test_progressbar_is_iterator PASSED [ 66%] tests/test_termui.py::test_choices_list_in_prompt PASSED [ 66%] tests/test_termui.py::test_file_prompt_default_format[file_kwargs0] PASSED [ 66%] tests/test_termui.py::test_file_prompt_default_format[file_kwargs1] PASSED [ 66%] tests/test_termui.py::test_file_prompt_default_format[file_kwargs2] PASSED [ 67%] tests/test_termui.py::test_secho PASSED [ 67%] tests/test_termui.py::test_secho_non_text[123-\x1b[45m123\x1b[0m] PASSED [ 67%] tests/test_termui.py::test_secho_non_text[test-test] PASSED [ 67%] tests/test_termui.py::test_progressbar_yields_all_items PASSED [ 67%] tests/test_termui.py::test_progressbar_update PASSED [ 67%] tests/test_termui.py::test_progressbar_item_show_func PASSED [ 68%] tests/test_termui.py::test_progressbar_update_with_item_show_func PASSED [ 68%] tests/test_termui.py::test_progress_bar_update_min_steps PASSED [ 68%] tests/test_termui.py::test_getchar_windows[True-h] SKIPPED (Tests us...) [ 68%] tests/test_termui.py::test_getchar_windows[True-H] SKIPPED (Tests us...) [ 68%] tests/test_termui.py::test_getchar_windows[True-\xe9] SKIPPED (Tests...) [ 68%] tests/test_termui.py::test_getchar_windows[True-\xc0] SKIPPED (Tests...) [ 69%] tests/test_termui.py::test_getchar_windows[True- ] SKIPPED (Tests us...) [ 69%] tests/test_termui.py::test_getchar_windows[True-\u5b57] SKIPPED (Tes...) [ 69%] tests/test_termui.py::test_getchar_windows[True-\xe0H] SKIPPED (Test...) [ 69%] tests/test_termui.py::test_getchar_windows[True-\xe0R] SKIPPED (Test...) [ 69%] tests/test_termui.py::test_getchar_windows[False-h] SKIPPED (Tests u...) [ 69%] tests/test_termui.py::test_getchar_windows[False-H] SKIPPED (Tests u...) [ 70%] tests/test_termui.py::test_getchar_windows[False-\xe9] SKIPPED (Test...) [ 70%] tests/test_termui.py::test_getchar_windows[False-\xc0] SKIPPED (Test...) [ 70%] tests/test_termui.py::test_getchar_windows[False- ] SKIPPED (Tests u...) [ 70%] tests/test_termui.py::test_getchar_windows[False-\u5b57] SKIPPED (Te...) [ 70%] tests/test_termui.py::test_getchar_windows[False-\xe0H] SKIPPED (Tes...) [ 70%] tests/test_termui.py::test_getchar_windows[False-\xe0R] SKIPPED (Tes...) [ 71%] tests/test_termui.py::test_getchar_special_key_windows[\x00-a] SKIPPED [ 71%] tests/test_termui.py::test_getchar_special_key_windows[\x00-b] SKIPPED [ 71%] tests/test_termui.py::test_getchar_special_key_windows[\xe0-c] SKIPPED [ 71%] tests/test_termui.py::test_getchar_windows_exceptions[\x03-KeyboardInterrupt] SKIPPED [ 71%] tests/test_termui.py::test_getchar_windows_exceptions[\x1a-EOFError] SKIPPED [ 71%] tests/test_termui.py::test_fast_edit PASSED [ 72%] tests/test_termui.py::test_prompt_required_with_required[True-False-None-prompt] PASSED [ 72%] tests/test_termui.py::test_prompt_required_with_required[True-False-args1-Option '-v' requires an argument.] PASSED [ 72%] tests/test_termui.py::test_prompt_required_with_required[False-True-None-prompt] PASSED [ 72%] tests/test_termui.py::test_prompt_required_with_required[False-True-args3-prompt] PASSED [ 72%] tests/test_termui.py::test_prompt_required_false[no flag] PASSED [ 72%] tests/test_termui.py::test_prompt_required_false[short sep value] PASSED [ 73%] tests/test_termui.py::test_prompt_required_false[long sep value] PASSED [ 73%] tests/test_termui.py::test_prompt_required_false[short join value] PASSED [ 73%] tests/test_termui.py::test_prompt_required_false[long join value] PASSED [ 73%] tests/test_termui.py::test_prompt_required_false[short no value] PASSED [ 73%] tests/test_termui.py::test_prompt_required_false[long no value] PASSED [ 73%] tests/test_termui.py::test_prompt_required_false[no value opt] PASSED [ 74%] tests/test_termui.py::test_confirmation_prompt[True-password\npassword-None-password] PASSED [ 74%] tests/test_termui.py::test_confirmation_prompt[Confirm Password-password\npassword\n-None-password] PASSED [ 74%] tests/test_termui.py::test_confirmation_prompt[True---] PASSED [ 74%] tests/test_termui.py::test_confirmation_prompt[False-None-None-None] PASSED [ 74%] tests/test_testing.py::test_runner PASSED [ 74%] tests/test_testing.py::test_echo_stdin_stream PASSED [ 75%] tests/test_testing.py::test_echo_stdin_prompts PASSED [ 75%] tests/test_testing.py::test_runner_with_stream PASSED [ 75%] tests/test_testing.py::test_prompts PASSED [ 75%] tests/test_testing.py::test_getchar PASSED [ 75%] tests/test_testing.py::test_catch_exceptions PASSED [ 75%] tests/test_testing.py::test_with_color PASSED [ 76%] tests/test_testing.py::test_with_color_but_pause_not_blocking PASSED [ 76%] tests/test_testing.py::test_exit_code_and_output_from_sys_exit PASSED [ 76%] tests/test_testing.py::test_env PASSED [ 76%] tests/test_testing.py::test_stderr PASSED [ 76%] tests/test_testing.py::test_args[None-bar\n] PASSED [ 76%] tests/test_testing.py::test_args[args1-bar\n] PASSED [ 77%] tests/test_testing.py::test_args[-bar\n] PASSED [ 77%] tests/test_testing.py::test_args[args3-one two\n] PASSED [ 77%] tests/test_testing.py::test_args[--foo "one two"-one two\n] PASSED [ 77%] tests/test_testing.py::test_setting_prog_name_in_extra PASSED [ 77%] tests/test_testing.py::test_command_standalone_mode_returns_value PASSED [ 77%] tests/test_testing.py::test_file_stdin_attrs PASSED [ 78%] tests/test_testing.py::test_isolated_runner PASSED [ 78%] tests/test_testing.py::test_isolated_runner_custom_tempdir PASSED [ 78%] tests/test_testing.py::test_isolation_stderr_errors PASSED [ 78%] tests/test_types.py::test_range[type0-3-3] PASSED [ 78%] tests/test_types.py::test_range[type1-5-5] PASSED [ 78%] tests/test_types.py::test_range[type2-100-100] PASSED [ 79%] tests/test_types.py::test_range[type3-5-5] PASSED [ 79%] tests/test_types.py::test_range[type4--100--100] PASSED [ 79%] tests/test_types.py::test_range[type5--1-0] PASSED [ 79%] tests/test_types.py::test_range[type6-6-5] PASSED [ 79%] tests/test_types.py::test_range[type7-0-1] PASSED [ 79%] tests/test_types.py::test_range[type8-5-4] PASSED [ 80%] tests/test_types.py::test_range[type9-1.2-1.2] PASSED [ 80%] tests/test_types.py::test_range[type10-0.51-0.51] PASSED [ 80%] tests/test_types.py::test_range[type11-1.49-1.49] PASSED [ 80%] tests/test_types.py::test_range[type12--0.0-0.5] PASSED [ 80%] tests/test_types.py::test_range[type13-inf-1.5] PASSED [ 80%] tests/test_types.py::test_range_fail[type0-6-6 is not in the range 0<=x<=5.] PASSED [ 81%] tests/test_types.py::test_range_fail[type1-4-4 is not in the range x>=5.] PASSED [ 81%] tests/test_types.py::test_range_fail[type2-6-6 is not in the range x<=5.] PASSED [ 81%] tests/test_types.py::test_range_fail[type3-0-00.5] PASSED [ 81%] tests/test_types.py::test_range_fail[type6-1.5-x<1.5] PASSED [ 82%] tests/test_types.py::test_float_range_no_clamp_open PASSED [ 82%] tests/test_types.py::test_cast_multi_default[2-False-None-None] PASSED [ 82%] tests/test_types.py::test_cast_multi_default[2-False-default1-expect1] PASSED [ 82%] tests/test_types.py::test_cast_multi_default[None-True-None-expect2] PASSED [ 82%] tests/test_types.py::test_cast_multi_default[None-True-default3-expect3] PASSED [ 82%] tests/test_types.py::test_cast_multi_default[2-True-None-expect4] PASSED [ 83%] tests/test_types.py::test_cast_multi_default[2-True-default5-expect5] PASSED [ 83%] tests/test_types.py::test_cast_multi_default[-1-None-None-expect6] PASSED [ 83%] tests/test_types.py::test_path_type[None-a/b/c.txt] PASSED [ 83%] tests/test_types.py::test_path_type[str-a/b/c.txt] PASSED [ 83%] tests/test_types.py::test_path_type[bytes-a/b/c.txt] PASSED [ 83%] tests/test_types.py::test_path_type[Path-expect3] PASSED [ 84%] tests/test_types.py::test_path_resolve_symlink PASSED [ 84%] tests/test_utils.py::test_echo PASSED [ 84%] tests/test_utils.py::test_echo_custom_file PASSED [ 84%] tests/test_utils.py::test_styling[styles0-\x1b[30mx y\x1b[0m] PASSED [ 84%] tests/test_utils.py::test_styling[styles1-\x1b[31mx y\x1b[0m] PASSED [ 84%] tests/test_utils.py::test_styling[styles2-\x1b[32mx y\x1b[0m] PASSED [ 85%] tests/test_utils.py::test_styling[styles3-\x1b[33mx y\x1b[0m] PASSED [ 85%] tests/test_utils.py::test_styling[styles4-\x1b[34mx y\x1b[0m] PASSED [ 85%] tests/test_utils.py::test_styling[styles5-\x1b[35mx y\x1b[0m] PASSED [ 85%] tests/test_utils.py::test_styling[styles6-\x1b[36mx y\x1b[0m] PASSED [ 85%] tests/test_utils.py::test_styling[styles7-\x1b[37mx y\x1b[0m] PASSED [ 85%] tests/test_utils.py::test_styling[styles8-\x1b[40mx y\x1b[0m] PASSED [ 86%] tests/test_utils.py::test_styling[styles9-\x1b[41mx y\x1b[0m] PASSED [ 86%] tests/test_utils.py::test_styling[styles10-\x1b[42mx y\x1b[0m] PASSED [ 86%] tests/test_utils.py::test_styling[styles11-\x1b[43mx y\x1b[0m] PASSED [ 86%] tests/test_utils.py::test_styling[styles12-\x1b[44mx y\x1b[0m] PASSED [ 86%] tests/test_utils.py::test_styling[styles13-\x1b[45mx y\x1b[0m] PASSED [ 86%] tests/test_utils.py::test_styling[styles14-\x1b[46mx y\x1b[0m] PASSED [ 87%] tests/test_utils.py::test_styling[styles15-\x1b[47mx y\x1b[0m] PASSED [ 87%] tests/test_utils.py::test_styling[styles16-\x1b[48;5;91mx y\x1b[0m] PASSED [ 87%] tests/test_utils.py::test_styling[styles17-\x1b[48;2;135;0;175mx y\x1b[0m] PASSED [ 87%] tests/test_utils.py::test_styling[styles18-\x1b[1mx y\x1b[0m] PASSED [ 87%] tests/test_utils.py::test_styling[styles19-\x1b[2mx y\x1b[0m] PASSED [ 87%] tests/test_utils.py::test_styling[styles20-\x1b[4mx y\x1b[0m] PASSED [ 88%] tests/test_utils.py::test_styling[styles21-\x1b[53mx y\x1b[0m] PASSED [ 88%] tests/test_utils.py::test_styling[styles22-\x1b[3mx y\x1b[0m] PASSED [ 88%] tests/test_utils.py::test_styling[styles23-\x1b[5mx y\x1b[0m] PASSED [ 88%] tests/test_utils.py::test_styling[styles24-\x1b[7mx y\x1b[0m] PASSED [ 88%] tests/test_utils.py::test_styling[styles25-\x1b[9mx y\x1b[0m] PASSED [ 88%] tests/test_utils.py::test_styling[styles26-\x1b[22mx y\x1b[0m] PASSED [ 89%] tests/test_utils.py::test_styling[styles27-\x1b[22mx y\x1b[0m] PASSED [ 89%] tests/test_utils.py::test_styling[styles28-\x1b[24mx y\x1b[0m] PASSED [ 89%] tests/test_utils.py::test_styling[styles29-\x1b[55mx y\x1b[0m] PASSED [ 89%] tests/test_utils.py::test_styling[styles30-\x1b[23mx y\x1b[0m] PASSED [ 89%] tests/test_utils.py::test_styling[styles31-\x1b[25mx y\x1b[0m] PASSED [ 89%] tests/test_utils.py::test_styling[styles32-\x1b[27mx y\x1b[0m] PASSED [ 90%] tests/test_utils.py::test_styling[styles33-\x1b[29mx y\x1b[0m] PASSED [ 90%] tests/test_utils.py::test_styling[styles34-\x1b[30mx y] PASSED [ 90%] tests/test_utils.py::test_unstyle_other_ansi[\x1b[?25lx y\x1b[?25h-x y] PASSED [ 90%] tests/test_utils.py::test_filename_formatting PASSED [ 90%] tests/test_utils.py::test_prompts PASSED [ 90%] tests/test_utils.py::test_confirm_repeat PASSED [ 91%] tests/test_utils.py::test_prompts_abort PASSED [ 91%] tests/test_utils.py::test_echo_via_pager[test0-cat] PASSED [ 91%] tests/test_utils.py::test_echo_via_pager[test0-cat 0] PASSED [ 91%] tests/test_utils.py::test_echo_via_pager[test0-cat 1] PASSED [ 91%] tests/test_utils.py::test_echo_via_pager[test1-cat] PASSED [ 91%] tests/test_utils.py::test_echo_via_pager[test1-cat 0] PASSED [ 92%] tests/test_utils.py::test_echo_via_pager[test1-cat 1] PASSED [ 92%] tests/test_utils.py::test_echo_via_pager[test2-cat] PASSED [ 92%] tests/test_utils.py::test_echo_via_pager[test2-cat 0] PASSED [ 92%] tests/test_utils.py::test_echo_via_pager[test2-cat 1] PASSED [ 92%] tests/test_utils.py::test_echo_via_pager[test3-cat] PASSED [ 92%] tests/test_utils.py::test_echo_via_pager[test3-cat 0] PASSED [ 93%] tests/test_utils.py::test_echo_via_pager[test3-cat 1] PASSED [ 93%] tests/test_utils.py::test_echo_via_pager[test4-cat] PASSED [ 93%] tests/test_utils.py::test_echo_via_pager[test4-cat 0] PASSED [ 93%] tests/test_utils.py::test_echo_via_pager[test4-cat 1] PASSED [ 93%] tests/test_utils.py::test_echo_color_flag PASSED [ 93%] tests/test_utils.py::test_prompt_cast_default PASSED [ 94%] tests/test_utils.py::test_echo_writing_to_standard_error PASSED [ 94%] tests/test_utils.py::test_echo_with_capsys PASSED [ 94%] tests/test_utils.py::test_open_file PASSED [ 94%] tests/test_utils.py::test_open_file_pathlib_dash PASSED [ 94%] tests/test_utils.py::test_open_file_ignore_errors_stdin PASSED [ 94%] tests/test_utils.py::test_open_file_respects_ignore PASSED [ 95%] tests/test_utils.py::test_open_file_ignore_invalid_utf8 PASSED [ 95%] tests/test_utils.py::test_open_file_ignore_no_encoding PASSED [ 95%] tests/test_utils.py::test_open_file_atomic_permissions_existing_file[256] PASSED [ 95%] tests/test_utils.py::test_open_file_atomic_permissions_existing_file[292] PASSED [ 95%] tests/test_utils.py::test_open_file_atomic_permissions_existing_file[384] PASSED [ 95%] tests/test_utils.py::test_open_file_atomic_permissions_existing_file[420] PASSED [ 96%] tests/test_utils.py::test_open_file_atomic_permissions_new_file PASSED [ 96%] tests/test_utils.py::test_iter_keepopenfile PASSED [ 96%] tests/test_utils.py::test_iter_lazyfile PASSED [ 96%] tests/test_utils.py::test_detect_program_name[example.py-None-example.py] PASSED [ 96%] tests/test_utils.py::test_detect_program_name[/foo/bar/example.py-None-example.py] PASSED [ 96%] tests/test_utils.py::test_detect_program_name[example-None-example] PASSED [ 97%] tests/test_utils.py::test_detect_program_name[example/__main__.py-example-python -m example] PASSED [ 97%] tests/test_utils.py::test_detect_program_name[example/cli.py-example-python -m example.cli] PASSED [ 97%] tests/test_utils.py::test_expand_args PASSED [ 97%] tests/test_utils.py::test_make_default_short_help[-empty] PASSED [ 97%] tests/test_utils.py::test_make_default_short_help[-equal length, no dot] PASSED [ 97%] tests/test_utils.py::test_make_default_short_help[-sentence < max] PASSED [ 98%] tests/test_utils.py::test_make_default_short_help[-paragraph < max] PASSED [ 98%] tests/test_utils.py::test_make_default_short_help[-truncate] PASSED [ 98%] tests/test_utils.py::test_make_default_short_help[-length includes suffix] PASSED [ 98%] tests/test_utils.py::test_make_default_short_help[-ignore dot in word] PASSED [ 98%] tests/test_utils.py::test_make_default_short_help[no-wrap mark-empty] PASSED [ 98%] tests/test_utils.py::test_make_default_short_help[no-wrap mark-equal length, no dot] PASSED [ 99%] tests/test_utils.py::test_make_default_short_help[no-wrap mark-sentence < max] PASSED [ 99%] tests/test_utils.py::test_make_default_short_help[no-wrap mark-paragraph < max] PASSED [ 99%] tests/test_utils.py::test_make_default_short_help[no-wrap mark-truncate] PASSED [ 99%] tests/test_utils.py::test_make_default_short_help[no-wrap mark-length includes suffix] PASSED [ 99%] tests/test_utils.py::test_make_default_short_help[no-wrap mark-ignore dot in word] PASSED [100%] ================== 576 passed, 21 skipped, 1 xfailed in 2.11s ================== >>> py3-click: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing src/click.egg-info/PKG-INFO writing dependency_links to src/click.egg-info/dependency_links.txt writing requirements to src/click.egg-info/requires.txt writing top-level names to src/click.egg-info/top_level.txt reading manifest file 'src/click.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE.rst' writing manifest file 'src/click.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-click/pkg creating /home/buildozer/aports/community/py3-click/pkg/py3-click creating /home/buildozer/aports/community/py3-click/pkg/py3-click/usr creating /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib creating /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click copying build/lib/click/decorators.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click copying build/lib/click/parser.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click copying build/lib/click/_winconsole.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click copying build/lib/click/globals.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click copying build/lib/click/testing.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click copying build/lib/click/exceptions.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click copying build/lib/click/core.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click copying build/lib/click/_termui_impl.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click copying build/lib/click/_textwrap.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click copying build/lib/click/utils.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click copying build/lib/click/shell_completion.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click creating /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click/__pycache__ copying build/lib/click/__pycache__/formatting.cpython-311.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click/__pycache__ copying build/lib/click/__pycache__/globals.cpython-311.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click/__pycache__ copying build/lib/click/__pycache__/core.cpython-311.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click/__pycache__ copying build/lib/click/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click/__pycache__ copying build/lib/click/__pycache__/utils.cpython-311.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click/__pycache__ copying build/lib/click/__pycache__/_compat.cpython-311.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click/__pycache__ copying build/lib/click/__pycache__/exceptions.cpython-311.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click/__pycache__ copying build/lib/click/__pycache__/testing.cpython-311.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click/__pycache__ copying build/lib/click/__pycache__/_termui_impl.cpython-311.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click/__pycache__ copying build/lib/click/__pycache__/_textwrap.cpython-311.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click/__pycache__ copying build/lib/click/__pycache__/shell_completion.cpython-311.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click/__pycache__ copying build/lib/click/__pycache__/decorators.cpython-311.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click/__pycache__ copying build/lib/click/__pycache__/types.cpython-311.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click/__pycache__ copying build/lib/click/__pycache__/parser.cpython-311.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click/__pycache__ copying build/lib/click/__pycache__/termui.cpython-311.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click/__pycache__ copying build/lib/click/py.typed -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click copying build/lib/click/termui.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click copying build/lib/click/__init__.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click copying build/lib/click/types.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click copying build/lib/click/formatting.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click copying build/lib/click/_compat.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click byte-compiling /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click/_winconsole.py to _winconsole.cpython-311.pyc running install_egg_info Copying src/click.egg-info to /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.11/site-packages/click-8.1.3-py3.11.egg-info running install_scripts >>> py3-click*: Running postcheck for py3-click >>> py3-click*: Preparing package py3-click... >>> py3-click*: Tracing dependencies... >>> py3-click*: Package size: 884.0 KB >>> py3-click*: Compressing data... >>> py3-click*: Create checksum... >>> py3-click*: Create py3-click-8.1.3-r1.apk >>> py3-click: Build complete at Wed, 23 Nov 2022 03:54:53 +0000 elapsed time 0h 0m 7s >>> py3-click: Cleaning up srcdir >>> py3-click: Cleaning up pkgdir >>> py3-click: Uninstalling dependencies... (1/17) Purging .makedepends-py3-click (20221123.035447) (2/17) Purging py3-setuptools (65.6.0-r1) (3/17) Purging py3-pytest (7.2.0-r2) (4/17) Purging py3-attrs (22.1.0-r1) (5/17) Purging py3-iniconfig (1.1.1-r4) (6/17) Purging py3-packaging (21.3-r3) (7/17) Purging py3-parsing (3.0.9-r1) (8/17) Purging py3-pluggy (1.0.0-r2) (9/17) Purging py3-py (1.11.0-r1) (10/17) Purging python3 (3.11.0-r2) (11/17) Purging libbz2 (1.0.8-r4) (12/17) Purging libffi (3.4.4-r0) (13/17) Purging gdbm (1.23-r0) (14/17) Purging xz-libs (5.2.8-r0) (15/17) Purging mpdecimal (2.5.1-r1) (16/17) Purging readline (8.2.0-r0) (17/17) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 293 MiB in 97 packages >>> py3-click: Updating the community/ppc64le repository index... >>> py3-click: Signing the index...