-
-
Notifications
You must be signed in to change notification settings - Fork 541
Closed
Labels
feature:newsomething does not exist yet, but shouldsomething does not exist yet, but shouldhelp:wantedIssues that have been acknowledged, a solution determined and a PR might likely be accepted.Issues that have been acknowledged, a solution determined and a PR might likely be accepted.
Description
While running several tests with tox on GitHub Actions environments, tox's output is not coloured by default (see actions/starter-workflows#114). Setting PY_COLORS: 1 (#1009) works for jobs running on GNU/Linux (ubuntu-latest). Unfortunately, it seems not to be effective on windows-latest.
ubuntu-latest: https://github.com/1138-4EB/vunit/runs/326860648#step:5:29windows-latest: https://github.com/1138-4EB/vunit/runs/326860617#step:7:31
Note that, in those examples, the output of the commands executed by tox is coloured because --color=yes is explicitly passed to pytest through {posargs}.
Metadata
Metadata
Assignees
Labels
feature:newsomething does not exist yet, but shouldsomething does not exist yet, but shouldhelp:wantedIssues that have been acknowledged, a solution determined and a PR might likely be accepted.Issues that have been acknowledged, a solution determined and a PR might likely be accepted.