Aelin 45e6bbf31d main/cython: disable colored argparse output
Building cython locally fails for me because argparse uses colors
for its error messages, which the Cython test suite matches on
and fails because the string starts with ANSI escape sequences
rather than the ASCII letters.
2026-04-10 19:52:21 +02:00
..