>>>>> On Mon, 11 Dec 2023, Eli Schwartz wrote: >> "Command-line software which adds ANSI color to its output by default >> should check for a NO_COLOR environment variable that, when present >> and not an empty string (regardless of its value), prevents the >> addition of ANSI color." -- https://no-color.org/ > Again, not according to pytest itself. ;) > Given the commit message says: > """ > Adjust it to correctly check whether it is set at all rather than to a > specific value, to match the behavior of pytest itself. > """ The standard is defined by sno-color.org. If pytest does something different then it is a bug. Ulrich