You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens when I run via tox or inside a tox devenv.
OS: NixOS
tox version: 3.19.0
ImportError while loading conftest '/home/rjmill/Development/open-source/jschon/tests/conftest.py'.
tests/__init__.py:4: in <module>
jsonschema_2019_09.initialize()
jschon/catalogue/jsonschema_2019_09.py:98: in initialize
Catalogue.create_metaschema(
jschon/catalogue/__init__.py:65: in create_metaschema
metaschema_doc = cls.load_json(metaschema_uri)
jschon/catalogue/__init__.py:43: in load_json
return load_json(filepath.with_suffix('.json'))
jschon/utils.py:26: in load_json
with open(filepath) as f:
E FileNotFoundError: [Errno 2] No such file or directory: '/home/rjmill/Development/open-source/jschon/jschon/catalogue/json-schema-spec-2019-09/schema.json'
The text was updated successfully, but these errors were encountered:
This happens when I run via
tox
or inside a tox devenv.OS: NixOS
tox version: 3.19.0
The text was updated successfully, but these errors were encountered: