Skip to content

Commit e325708

Browse files
committed
temp disable subtests
1 parent 80bc924 commit e325708

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pytest_mpl/plugin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676

7777
#: Template error message for image shape conformance.
7878
TEMPLATE_SHAPE_MISMATCH = """Error! Image dimensions did not match.
79-
8079
Baseline Shape:
8180
{baseline_shape}
8281
Baseline Image:
@@ -87,7 +86,6 @@
8786
{result_image}"""
8887

8988
TEMPLATE_IMAGE_DIFFERENCE = """Failed! Image files did not match.
90-
9189
RMS: {rms}
9290
Tolerance: {tol}
9391
Baseline Image:

tests/subtests/test_subtest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
from .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
1518
MPL_VERSION = Version(matplotlib.__version__)
1619
FTV = matplotlib.ft2font.__freetype_version__.replace('.', '')

0 commit comments

Comments
 (0)