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: skip xfail output #2345

Merged
merged 1 commit into from
Mar 9, 2024
Merged

CI: skip xfail output #2345

merged 1 commit into from
Mar 9, 2024

Conversation

rcomer
Copy link
Member

@rcomer rcomer commented Mar 9, 2024

Rationale

Since pytest v8 the tracebacks for any xfailed tests appear in the test output if you run with -rx. This makes it harder to find the "real" failure tracebacks in CI output. Following matplotlib/matplotlib#27807, this PR removes the extra info flag for xfails.

Implications

We no longer get the reasons for the xfails in the short summary information. It does not seem to be possible to get that without the tracebacks at the moment.

@greglucas greglucas merged commit fb7b25b into SciTools:main Mar 9, 2024
27 checks passed
@rcomer rcomer deleted the xfail-tracebacks branch March 9, 2024 20:45
@QuLogic QuLogic added this to the Next Release milestone Mar 10, 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