We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e2882 commit fcea5adCopy full SHA for fcea5ad
jsonschema/tests/_suite.py
@@ -49,7 +49,7 @@ def _find_suite():
49
class Suite:
50
51
_root: Path = field(factory=_find_suite)
52
- _remotes: Registry = field(init=False)
+ _remotes: referencing.jsonschema.SchemaRegistry = field(init=False)
53
54
def __attrs_post_init__(self):
55
jsonschema_suite = self._root.joinpath("bin", "jsonschema_suite")
@@ -101,7 +101,7 @@ def version(self, name) -> Version:
101
class Version:
102
103
_path: Path
104
- _remotes: Registry
+ _remotes: referencing.jsonschema.SchemaRegistry
105
106
name: str
107
@@ -200,7 +200,7 @@ class _Test:
200
201
valid: bool
202
203
204
205
comment: str | None = None
206
0 commit comments