Skip to content

Commit 9882dbe

Browse files
committed
Add / ignore the new specification test suite property.
1 parent ebc90bb commit 9882dbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jsonschema/tests/_suite.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import referencing.jsonschema
2020

2121
if TYPE_CHECKING:
22-
from collections.abc import Iterable, Mapping
22+
from collections.abc import Iterable, Mapping, Sequence
2323

2424
import pyperf
2525

@@ -162,6 +162,7 @@ class _Case:
162162
schema: Mapping[str, Any] | bool
163163
tests: list[_Test]
164164
comment: str | None = None
165+
specification: Sequence[dict[str, str]] = ()
165166

166167
@classmethod
167168
def from_dict(cls, data, remotes, **kwargs):

0 commit comments

Comments
 (0)