-
Notifications
You must be signed in to change notification settings - Fork 26
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
re-running a pytest test causes it to run all tests in the workspace #338
Comments
Same thing happening here. |
Workaround (till not fixed): install/downgrade ms-python.python == 2024.4.1 version. |
Also started experiencing this. Thanks for the workaround @alfonzso! |
This was driving me nuts and I couldn't find a thread on it! Can confirm that downgrading works |
Hello! We are aware of this issue and actively working to get a fix- apologies for the delay this ended up being a more complex fix than anticipated. Thanks |
it seems like a recent update has changed the behavior. now instead of raising |
I can confirm this. It is very annoying. 😞 |
Not fixed until now? |
Hello! I am pretty sure we fixed this but please reopen if that is not the case- thanks! |
@eleanorjboyd it's still broken, it still attempts to re-run every test in the project instead of whatever test(s) were selected as i mentioned here. can this issue be re-opened please? (it doesn't let me re-open it myself) or would you rather i raise a new issue as the behavior has changed? |
Same for me |
KeyError: 'params'
error when re-running pytest test
works now, thanks! |
this started happening as of the latest vscode update (1.89.0)
to reproduce:
The text was updated successfully, but these errors were encountered: