We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c8c07 commit 7a9cd87Copy full SHA for 7a9cd87
tests/subtests/test_subtest.py
@@ -4,15 +4,14 @@
4
import subprocess
5
from pathlib import Path
6
7
-import matplotlib
8
import matplotlib.ft2font
9
import pytest
10
from packaging.version import Version
11
12
from .helpers import assert_existence, diff_summary, patch_summary
13
14
-# TODO: raise issue and quote URL here
15
-pytest.skip(reason="temporarily disable sub-tests", allow_module_level=True)
+# TODO: Remove this skip, see issue https://github.com/matplotlib/pytest-mpl/issues/159
+pytest.skip(reason="temporarily disabled sub-tests", allow_module_level=True)
16
17
# Handle Matplotlib and FreeType versions
18
MPL_VERSION = Version(matplotlib.__version__)
0 commit comments