Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ Reza Mousavi
Raquel Alegre
Ravi Chandra
Reagan Lee
Reilly Brogan
Rob Arrow
Robert Holt
Roberto Aldera
Expand Down
1 change: 1 addition & 0 deletions changelog/12244.contrib.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed self-test failures when `TERM=dumb`.
1 change: 1 addition & 0 deletions testing/io/test_terminalwriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ def test_NO_COLOR_and_FORCE_COLOR(


def test_empty_NO_COLOR_and_FORCE_COLOR_ignored(monkeypatch: MonkeyPatch) -> None:
monkeypatch.setenv("TERM", "xterm-256color")
monkeypatch.setitem(os.environ, "NO_COLOR", "")
monkeypatch.setitem(os.environ, "FORCE_COLOR", "")
assert_color(True, True)
Expand Down