Commit 5b797d4
authored
In tests, handle changes in click and jsonschema (#284)
- click v8.1.4 triggers a mypy bug that causes type checking to fail.
click is working on a fix, but until it's released, avoid that
version.
- jsonschema 4.18.0 deprecates the older ref resolution framework.
Until check-jsonschema can update to use the newer ref resolver,
ignore the deprecation warnings in tests.1 parent e58ab18 commit 5b797d4
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| |||
82 | 85 | | |
83 | 86 | | |
84 | 87 | | |
85 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
0 commit comments