-
Notifications
You must be signed in to change notification settings - Fork 861
fix: address windows flakiness by reducing introspection calls #7678
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
akshayka
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved if CI failure is unrelated
|
🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.18.5-dev155 |
|
@dmadisetti those ci failures look related to the change in pixi maybe? |
|
Ah dang. I though pixi lock lagged. I'm getting |
|
it does not lag as far as i am aware, and yes seems like version mismatch |
📝 Summary
Pytest flakiness failures are related to timeout errors in windows. This reduces the number of frame calls needed (and hopefully) fixes the windows issues observed.