Commit 44dc12a
committed
fix(ci): add jsonschema to [dev] extras
test_bundled_schema_matches_model in tests/core/test_config.py
imports jsonschema to validate the shipped release-kit.schema.json
against Config.example(). The dep was implicit on my local venv
(pulled in by an unrelated install) but missing from pyproject's
[dev] block, so a clean CI install of `pip install -e .[dev]`
hit ModuleNotFoundError on macOS / Linux / Windows × py3.11/12/13.
Floor pinned at 4.21 because draft-2020-12 validator stabilised
there.1 parent 3ed3766 commit 44dc12a
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
0 commit comments