-
Notifications
You must be signed in to change notification settings - Fork 143
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
Failed test due to matplotlib deprecation of interactive_bk #1623
Comments
@scottshambaugh, yes, it appears that matplotlib has deprecated The workaround from what i can tell is to use
Hope this helps, if not, please reopen and more info. thanks |
Hi, what other information are you looking for? It seems like the file that needs to change is I do not have permissions to reopen the issue but would like it kept open until resolved please. |
When using poetry, I was able to work around this with the suggestion in https://youtrack.jetbrains.com/issue/PY-73280/MatplotlibDeprecationWarning-The-interactivebk-attribute-was-deprecated-emitted-using-Pytest-test-runner#focus=Comments-27-9925093.0-0
|
Environment data
Actual behavior
Running a single debug test fails from the following deprecation warning. This is from the changes in matplotlib/matplotlib#27719 and matplotlib/matplotlib#27948
Expected behavior
Steps to reproduce:
The text was updated successfully, but these errors were encountered: