Skip to content

Commit 7a9cd87

Browse files
committed
update subtests module skip TODO
1 parent 55c8c07 commit 7a9cd87

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/subtests/test_subtest.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
import subprocess
55
from pathlib import Path
66

7-
import matplotlib
87
import matplotlib.ft2font
98
import pytest
109
from packaging.version import Version
1110

1211
from .helpers import assert_existence, diff_summary, patch_summary
1312

14-
# TODO: raise issue and quote URL here
15-
pytest.skip(reason="temporarily disable sub-tests", allow_module_level=True)
13+
# TODO: Remove this skip, see issue https://github.com/matplotlib/pytest-mpl/issues/159
14+
pytest.skip(reason="temporarily disabled sub-tests", allow_module_level=True)
1615

1716
# Handle Matplotlib and FreeType versions
1817
MPL_VERSION = Version(matplotlib.__version__)

0 commit comments

Comments
 (0)