]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112730: Make the test suite resilient to color-activation environment variables...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 24 Apr 2024 20:25:22 +0000 (21:25 +0100)
committerGitHub <noreply@github.com>
Wed, 24 Apr 2024 20:25:22 +0000 (21:25 +0100)
commit345e1e04ec72698a1e257c805b3840d9f55eb80d
tree7a96eb0b69525fa33dd552b4ba952c4c857e3896
parent59a4d52973ca73bd739f914e88243a31dbef6b32
gh-112730: Make the test suite resilient to color-activation environment variables (#117672)
13 files changed:
.github/workflows/reusable-ubuntu.yml
Lib/doctest.py
Lib/idlelib/idle_test/test_run.py
Lib/test/support/__init__.py
Lib/test/test_cmd_line.py
Lib/test/test_exceptions.py
Lib/test/test_interpreters/test_api.py
Lib/test/test_sys.py
Lib/test/test_threading.py
Lib/test/test_traceback.py
Lib/test/test_tracemalloc.py
Lib/test/test_warnings/__init__.py
Lib/traceback.py