-
-
Notifications
You must be signed in to change notification settings - Fork 660
Fix test output to pass with ipywidgets 8.0.5 #35336
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
Documentation preview for this PR is ready! 🎉 |
LGTM, but I don't have ipywidgets 8.0.5 yet, so I can't easily test. |
I am only on 8.0.4 which doesn't exhibit that particular problem. But I have deprecation warnings polluting my doctest at the same spot. And it is about |
That's a bug in ipywidgets itself that has been fixed in 8.0.5. See jupyter-widgets/ipywidgets#3669 |
Then it is all good to me. Can't wait to update to get rid of that deprecation warning. I am swimming in them in sage-on-gentoo. |
Unfortunately (or fortunately) all the |
gh-35499: Fix test output for ipywidgets 8.0.5, part deux ### 📚 Description Apply the change introduced in #35336 to the corresponding `.rst` file as well. ### 📝 Checklist - [x] The title is concise, informative, and self-explanatory. - [ ] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies URL: #35499 Reported by: Mauricio Collares Reviewer(s): François Bissey
With ipywidgets 8.0.5, the widget text output gets a new
continuous_update
parameter that makes a test fail.There are some other test failures in
sage/combinat/cluster_algebra_quiver
due to an upstream bug, which is fixed in jupyter-widgets/ipywidgets@8123715