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