test(noxfile.py): turn off bold and colors #11172
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user