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

DEV: Rm xfails from pytest summary. #540

Merged
merged 2 commits into from
Apr 21, 2024

Conversation

rossbar
Copy link
Contributor

@rossbar rossbar commented Apr 15, 2024

I propose to update the pytest configuration so that the xfails are not included in the error summary. IMO this improves the development experience as the xfails clog up the log, making it harder to interpret and obfuscating real failures. The xfails are "expected" after all, so no need to summarize them each time the test suite is run.

Here are the pytest docs I found to figure out how to disable this. The default is -rfE, which only shows failures and errors.

@jarrodmillman jarrodmillman merged commit 01b4be7 into numpy:main Apr 21, 2024
25 checks passed
@stefanv stefanv added this to the 1.8.0 milestone Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants