Skip to content

Commit 3b6ebef

Browse files
committed
Make compatible with #121
Signed-off-by: Conor MacBride <[email protected]>
1 parent cebac89 commit 3b6ebef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytest_mpl/plugin.py

-1
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,6 @@ def item_function_wrapper(*args, **kwargs):
592592

593593
if self.generate_hash_library is not None:
594594
self._generated_hash_library[test_name] = self.generate_image_hash(item, fig)
595-
pytest.skip("Skipping test as generating hash library.")
596595

597596
# Only test figures if not generating images
598597
if self.generate_dir is None:

0 commit comments

Comments
 (0)