Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b4c2a7

Browse files
committed
TST: fix test parameterize / mark
Used to be parameterized, now just marked. There is no backend fixture.
1 parent 006aa74 commit 8b4c2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_backend_qt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def qt_core(request):
3434

3535

3636
@pytest.mark.backend('QtAgg', skip_on_importerror=True)
37-
def test_fig_close(backend):
37+
def test_fig_close():
3838
# save the state of Gcf.figs
3939
init_figs = copy.copy(Gcf.figs)
4040

0 commit comments

Comments
 (0)