Skip to content

Commit 67e3260

Browse files
committed
DEBUG
1 parent 6a47655 commit 67e3260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pytest_mpl/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ def save_figure(self, item, fig, filename):
577577
os.environ['SOURCE_DATE_EPOCH'] = '1234567890'
578578
elif ext == 'svg':
579579
extra_metadata = {"Date": None}
580-
extra_rcparams["svg.hashsalt"] = "test"
580+
# extra_rcparams["svg.hashsalt"] = "test"
581581

582582
savefig_kwargs['metadata'].update(extra_metadata)
583583

0 commit comments

Comments
 (0)