Skip to content

Commit bd41a5c

Browse files
committed
Change SOURCE_DATE_EPOCH back to previous value
1 parent 8b83298 commit bd41a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_mpl/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ def save_figure(self, item, fig, filename):
574574
extra_metadata = {"Creator": None, "Producer": None, "CreationDate": None}
575575
elif ext == 'eps':
576576
extra_metadata = {"Creator": "test"}
577-
os.environ['SOURCE_DATE_EPOCH'] = '1234567890'
577+
os.environ['SOURCE_DATE_EPOCH'] = '1680254601'
578578
elif ext == 'svg':
579579
extra_metadata = {"Date": None}
580580
extra_rcparams["svg.hashsalt"] = "test"

0 commit comments

Comments
 (0)