Skip to content

Commit

Permalink
Add / ignore the new specification test suite property.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Apr 30, 2024
1 parent ebc90bb commit 9882dbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsonschema/tests/_suite.py
Expand Up @@ -19,7 +19,7 @@
import referencing.jsonschema

if TYPE_CHECKING:
from collections.abc import Iterable, Mapping
from collections.abc import Iterable, Mapping, Sequence

import pyperf

Expand Down Expand Up @@ -162,6 +162,7 @@ class _Case:
schema: Mapping[str, Any] | bool
tests: list[_Test]
comment: str | None = None
specification: Sequence[dict[str, str]] = ()

@classmethod
def from_dict(cls, data, remotes, **kwargs):
Expand Down

0 comments on commit 9882dbe

Please sign in to comment.