Skip to content

[ci] Fix windows pytest fatal exception#644

Merged
chaoming0625 merged 1 commit intomasterfrom
Fix-windows-ci
Mar 3, 2024
Merged

[ci] Fix windows pytest fatal exception#644
chaoming0625 merged 1 commit intomasterfrom
Fix-windows-ci

Conversation

@Routhleck
Copy link
Copy Markdown
Member

This is an effect of a change introduced with pytest 5.0.0. From the release notes:

#5440: The faulthandler standard library module is now enabled by default to help users diagnose crashes in C modules.

This functionality was provided by integrating the external pytest-faulthandler plugin into the core, so users should remove that plugin from their requirements if used.

For more information see the docs: https://docs.pytest.org/en/stable/usage.html#fault-handler

You can mute these errors as follows:

pytest -p no:faulthandler

@Routhleck Routhleck requested a review from chaoming0625 March 3, 2024 05:11
@chaoming0625 chaoming0625 merged commit 5f1b905 into master Mar 3, 2024
@chaoming0625 chaoming0625 deleted the Fix-windows-ci branch August 3, 2025 02:32
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