File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7676
7777#: Template error message for image shape conformance.
7878TEMPLATE_SHAPE_MISMATCH = """Error! Image dimensions did not match.
79-
8079 Baseline Shape:
8180 {baseline_shape}
8281 Baseline Image:
8786 {result_image}"""
8887
8988TEMPLATE_IMAGE_DIFFERENCE = """Failed! Image files did not match.
90-
9189 RMS: {rms}
9290 Tolerance: {tol}
9391 Baseline Image:
Original file line number Diff line number Diff line change 1111
1212from .helpers import assert_existence , diff_summary , patch_summary
1313
14+ # TODO: raise issue and quote URL here
15+ pytest .skip (reason = "temporarily disable sub-tests" , allow_module_level = True )
16+
1417# Handle Matplotlib and FreeType versions
1518MPL_VERSION = Version (matplotlib .__version__ )
1619FTV = matplotlib .ft2font .__freetype_version__ .replace ('.' , '' )
You can’t perform that action at this time.
0 commit comments