test(noxfile.py): turn off bold and colors #11172

Merged
brent.edwards merged 1 commits from test/seven-failing-scenarios into master 2026-05-12 21:06:24 +00:00
+3
View File
@@ -179,6 +179,9 @@ def unit_tests(session: nox.Session):
template_path = _create_template_db(session)
session.env["CLEVERAGENTS_TEMPLATE_DB"] = template_path
# Remove ANSI escape codes.
session.env["TERM"] = "dumb"
behave_cmd = session.bin + "/behave-parallel"
parallel_args = _behave_parallel_args(session.posargs)