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

Skip to content

Commit 19182c6

Browse files
committed
TST: remove fixture decorator (so test runs)
1 parent 7b65694 commit 19182c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/tests/test_backend_pdf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ def psfont(*args, **kwargs):
195195
fig.savefig(tmpfile, format='pdf')
196196

197197

198-
@pytest.fixture(scope='function')
199198
def test_pdf_savefig_when_color_is_none(tempdir_factory):
200199
rcParams['_internal.classic_mode'] = False
201200
plt.subplot()

0 commit comments

Comments
 (0)