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 b8856ea commit fbe46a8Copy full SHA for fbe46a8
lib/matplotlib/tests/test_backend_qt.py
@@ -33,15 +33,7 @@ def qt_core(request):
33
return QtCore
34
35
36
-@pytest.mark.parametrize('backend', [
37
- # Note: the value is irrelevant; the important part is the marker.
38
- pytest.param(
39
- 'QtAgg',
40
- marks=pytest.mark.backend('QtAgg', skip_on_importerror=True)),
41
42
- 'Qt5Agg',
43
- marks=pytest.mark.backend('Qt5Agg', skip_on_importerror=True)),
44
-])
+@pytest.mark.backend('QtAgg', skip_on_importerror=True)
45
def test_fig_close(backend):
46
# save the state of Gcf.figs
47
init_figs = copy.copy(Gcf.figs)
0 commit comments