Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable tox output in CI #163

Merged
merged 1 commit into from
Jul 21, 2024
Merged

Enable tox output in CI #163

merged 1 commit into from
Jul 21, 2024

Conversation

diazona
Copy link
Owner

@diazona diazona commented Jul 21, 2024

It looks like setting TOX_PARALLEL_NO_SPINNER to 1 completely disables all output from tox and the commands it runs, except for the final message that an environment ran successfully. So I'm removing that variable from our CI configuration. We want the full output to appear in CI.

It looks like setting TOX_PARALLEL_NO_SPINNER to 1 completely disables
all output from tox and the commands it runs, except for the final
message that an environment ran successfully. So I'm removing that
variable from our CI configuration. We want the full output to appear
in CI.
@diazona diazona added this to the v0.3 milestone Jul 21, 2024
@diazona diazona requested a review from sjlongland July 21, 2024 10:21
@diazona diazona enabled auto-merge July 21, 2024 10:21
@diazona diazona disabled auto-merge July 21, 2024 10:21
@diazona diazona changed the title Enable tox output Enable tox output in CI Jul 21, 2024
@sjlongland
Copy link
Collaborator

Yeah, this is a regular pet peeve I have with people at work… "lets hide all the log messages because they're annoying" … something breaks in CI … "Why won't my test pass?!?!"

@sjlongland sjlongland merged commit 8a53fcc into main Jul 21, 2024
11 checks passed
@sjlongland sjlongland deleted the tox-output/1/dev branch July 21, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants