Skip to content

Commit 058f983

Browse files
committed
remove ambiguour terminal traceback color test
1 parent 4ea989f commit 058f983

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/test_tracebacks.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -218,14 +218,14 @@ def test_colored_traceback(self):
218218
)[1]
219219
self.assertNotIn("\x1b", result)
220220

221-
result = run_command(
222-
"test_command1",
223-
"delete",
224-
"Brian",
225-
"--throw",
226-
env={"FORCE_COLOR": "1", **os.environ},
227-
)[1]
228-
self.assertIn("\x1b", result)
221+
# the result of this depends on the terminal environment this runs in
222+
# result = run_command(
223+
# "test_command1",
224+
# "delete",
225+
# "Brian",
226+
# "--throw",
227+
# )[1]
228+
# self.assertIn("\x1b", result)
229229

230230

231231
@pytest.mark.rich

0 commit comments

Comments
 (0)