pytest hangs when skipping tests with fixtures #24547
Labels
info-needed
Issue requires more information from poster
triage-needed
Needs assignment to the proper sub-team
Behaviour
As the title suggests, test execution hangs when using a fixture to skip tests in pytest. The circle icon keeps spinning indefinitely, and the test never completes.
Steps to reproduce:
Here's the minimal code to reproduce the issue:
You can find the same code in my reproduction repository. If you'd like, you can easily reproduce the issue by creating a codespace from here: https://github.com/MtkN1/vscode-pytest-skip-hang
Diagnostic data
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)The text was updated successfully, but these errors were encountered: