Skip to content

Commit d0f98ac

Browse files
committed
Add --color=yesflag to force GitHub Actions logs to have color
Xref pytest-dev/pytest#7443
1 parent bfb3a43 commit d0f98ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ dev-dependencies = [
3939
]
4040

4141
[tool.pytest.ini_options]
42+
addopts = "--color=yes"
4243
asyncio_mode = "auto"

0 commit comments

Comments
 (0)