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

CI/TST: Remove --color=yes for more consistent log output #48531

Merged
merged 1 commit into from
Sep 14, 2022

Conversation

mroeschke
Copy link
Member

While debugging #48258, I noticed the pytest logs would not correctly render since we've activated --color=yes.

Example: https://github.com/pandas-dev/pandas/actions/runs/3025310849/jobs/4867636909
Example wo/ color: https://github.com/pandas-dev/pandas/actions/runs/3026037317/jobs/4869041807

I tried the solutions found in pytest-dev/pytest#7443 but unfortunately they didn't work so removing for now.

@mroeschke mroeschke added Testing pandas testing functions or related to the test suite CI Continuous Integration labels Sep 13, 2022
Copy link
Member

@datapythonista datapythonista left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks @mroeschke

@mroeschke mroeschke added this to the 1.6 milestone Sep 14, 2022
@mroeschke mroeschke merged commit 2360317 into pandas-dev:main Sep 14, 2022
@mroeschke mroeschke deleted the rm/pytest_color branch September 14, 2022 16:00
@mroeschke mroeschke modified the milestones: 1.6, 2.0 Oct 13, 2022
noatamir pushed a commit to noatamir/pandas that referenced this pull request Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants