-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed as not planned
Labels
3.13bugs and security fixesbugs and security fixestestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
If you run FORCE_COLOR=1 make test
, many tests fail. The failing tests are mostly due to tests which assert the contents of a traceback not expecting traceback to be colorised, but if you pass FORCE_COLOR=1
, it seems like Python obediently colorises all traceback.
The full list of failing tests on my machine is:
20 tests failed:
test.test_inspect.test_inspect test_capi test_cmd_line
test_cmd_line_script test_compileall test_doctest test_eof
test_exceptions test_idle test_interpreters test_regrtest
test_repl test_runpy test_signal test_sys test_threading
test_traceback test_tracemalloc test_unicodedata test_warnings
test_signal
and test_ssl
seem to fail on my machine without FORCE_COLOR
being set, however, so those are probably unrelated.
Attached is the full output from running ./python.exe -E -m test_traceback -v
(which is too long to paste into this issue body directly).
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixestestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error