@@ -67,7 +67,6 @@ def test_square_aspect(xlim, ylim, expected):
67
67
68
68
@pytest .mark .mpl_image_compare (
69
69
baseline_dir = BASELINE_DIR ,
70
- hash_library = f"{ BASELINE_DIR } /image_hashes.json" ,
71
70
tolerance = TOLERANCE ,
72
71
)
73
72
def test_square_aspect2 ():
@@ -95,7 +94,6 @@ def test_square_aspect2():
95
94
@pytest .mark .mpl_image_compare (
96
95
baseline_dir = BASELINE_DIR ,
97
96
tolerance = TOLERANCE ,
98
- hash_library = f"{ BASELINE_DIR } /image_hashes.json" ,
99
97
remove_text = True ,
100
98
)
101
99
def test_make_colormap_plot (seq ):
@@ -148,7 +146,6 @@ def test_make_colormap_plot(seq):
148
146
@pytest .mark .mpl_image_compare (
149
147
baseline_dir = BASELINE_DIR ,
150
148
tolerance = TOLERANCE ,
151
- hash_library = f"{ BASELINE_DIR } /image_hashes.json" ,
152
149
remove_text = True ,
153
150
savefig_kwargs = {"dpi" : 150 },
154
151
)
@@ -181,7 +178,6 @@ def test_plot_lsys(fractal):
181
178
@pytest .mark .mpl_image_compare (
182
179
baseline_dir = BASELINE_DIR ,
183
180
tolerance = TOLERANCE ,
184
- hash_library = f"{ BASELINE_DIR } /image_hashes.json" ,
185
181
remove_text = True ,
186
182
savefig_kwargs = {"dpi" : 150 },
187
183
)
0 commit comments