Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006aa74 commit 8b4c2a7Copy full SHA for 8b4c2a7
1 file changed
lib/matplotlib/tests/test_backend_qt.py
@@ -34,7 +34,7 @@ def qt_core(request):
34
35
36
@pytest.mark.backend('QtAgg', skip_on_importerror=True)
37
-def test_fig_close(backend):
+def test_fig_close():
38
# save the state of Gcf.figs
39
init_figs = copy.copy(Gcf.figs)
40
0 commit comments