Matplotlib figures, if not closed, prevent testing (or any test code execution) from advancing. When running pytest via pytest.main([__file__, "-s"]) (F5, __main__), plots are inlined and there isn't a problem. Plots may be part of testing, so silencing isn't always an option.
Moving plots to the Plots pane, or inline, or really anywhere as long as they don't stall testing would work. Is this currently doable?