Skip to content

Failed test due to matplotlib deprecation of interactive_bk #287

Open
@scottshambaugh

Description

@scottshambaugh

I originally submitted this issue for debugpy microsoft/debugpy#1623, and saw on a linked issue that there is a comment tracking the issue back to PyDev.Debugger: microsoft/debugpy#1633 (comment)

I'm not sure if the issue is in this repo, but potentially this line is at fault?

self._gui_event_loop = "matplotlib"

Please see the linked tickets for details, but the end result is that I am unable to debug tests in VSCode via the Python extension right now. The following error is raised:

E       matplotlib._api.deprecation.MatplotlibDeprecationWarning: The interactive_bk attribute was deprecated in Matplotlib 3.9 and will be removed in 3.11. Use ``matplotlib.backends.backend_registry.list_builtin(matplotlib.backends.BackendFilter.INTERACTIVE)`` instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions