https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-python/click-help-colors-0.9.1-r1 fails tests (MUSL-SYSTEM). Discovered on: amd64 (internal ref: tinderbox_musl) NOTE: (MUSL-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc but this bug MAY or MAY NOT BE related to musl.
Created attachment 861913 [details] build.log build log and emerge --info
Error(s) that match a know pattern: E AssertionError: assert ['Usage: cli [OPTIONS] COMMAND [ARGS]...', '', 'Options:', ' --help Show this message and exit.', '', 'Commands:', ' cmd1', ' cmd2'] == ['Usage: cli [OPTIONS] COMMAND [ARGS]...', '', 'Options:', ' --help Show this message and exit.', '', 'Commands:', ' cmd1', ' cmd2'] E AssertionError: assert ['Usage: cli [OPTIONS] COMMAND [ARGS]...', '', 'Options:', ' --help Show this message and exit.', '', 'Commands:', ' command'] == ['Usage: cli [OPTIONS] COMMAND [ARGS]...', '', 'Options:', ' --help Show this message and exit.', '', 'Commands:', ' command'] E AssertionError: assert ['Usage: cli [OPTIONS] COMMAND [ARGS]...', '', 'Options:', ' --help Show this message and exit.', '', 'Commands:', ' command1', ' command2'] == ['Usage: cli [OPTIONS] COMMAND [ARGS]...', '', 'Options:', ' --help Show this message and exit.', '', 'Commands:', ' command1', ' command2'] E AssertionError: assert ['Usage: cli [OPTIONS] COMMAND [ARGS]...', '', 'Options:', ' --name TEXT The person to greet.', ' --help Show this message and exit.'] == ['Usage: cli [OPTIONS] COMMAND [ARGS]...', '', 'Options:', ' --name TEXT The person to greet.', ' --help Show this message and exit.'] E AssertionError: assert ['Usage: cli command [OPTIONS]', '', 'Options:', ' --name TEXT The person to greet.', ' --help Show this message and exit.'] == ['Usage: cli command [OPTIONS]', '', 'Options:', ' --name TEXT The person to greet.', ' --help Show this message and exit.'] E AssertionError: assert ['Usage: cli command [OPTIONS]', '', 'Options:', ' --name TEXT The person to greet.', ' --help Show this message and exit.'] == ['Usage: cli command [OPTIONS]', '', 'Options:', ' --name TEXT The person to greet.', ' --help Show this message and exit.'] E AssertionError: assert ['Usage: cli command [OPTIONS]', '', 'Options:', ' --shout / --no-shout', ' --help Show this message and exit.'] == ['Usage: cli command [OPTIONS]', '', 'Options:', ' --shout / --no-shout', ' --help Show this message and exit.'] E AssertionError: assert ['Usage: cli command [OPTIONS]', '', 'Options:', ' -n, --name TEXT The person to greet.', ' --help Show this message and exit.'] == ['Usage: cli command [OPTIONS]', '', 'Options:', ' -n, --name TEXT The person to greet.', ' --help Show this message and exit.'] E AssertionError: assert ['example 1.0', ' python=3.7'] == ['example 1.0', ' python=3.7'] E AssertionError: assert ['example, version 1.0'] == ['example, version 1.0'] E AssertionError: assert ['example, version 1.0'] == ['example, version 1.0'] FAILED tests/test_basic.py::test_basic_command - AssertionError: assert ['Usa... FAILED tests/test_basic.py::test_basic_group - AssertionError: assert ['Usage... FAILED tests/test_basic.py::test_unknown_color - assert None FAILED tests/test_custom_colors.py::test_command_custom_colors - AssertionErr... FAILED tests/test_custom_colors.py::test_custom_option_color - AssertionError... FAILED tests/test_custom_colors.py::test_flag_option_color[--no-shout] - Asse... FAILED tests/test_custom_colors.py::test_flag_option_color[--shout] - Asserti... FAILED tests/test_custom_colors.py::test_multi_name_option_color[--name] - As... FAILED tests/test_custom_colors.py::test_multi_name_option_color[-n,] - Asser... FAILED tests/test_custom_colors.py::test_multi_name_option_color[-n] - Assert... FAILED tests/test_custom_colors.py::test_option_color - AssertionError: asser... FAILED tests/test_multi_commands.py::test_multi_command - AssertionError: ass... FAILED tests/test_version_option.py::test_custom_message - AssertionError: as... FAILED tests/test_version_option.py::test_message_color - AssertionError: ass... FAILED tests/test_version_option.py::test_version_and_prog_name_color - Asser...
This fails when NO_COLOR=1 is set in env.