File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 33
44* ``FormatChecker.cls_checks `` is deprecated. Use ``FormatChecker.checks `` on
55 an instance of ``FormatChecker `` instead.
6+ * ``unevaluatedItems `` has been fixed on draft 2019. It's nonetheless
7+ discouraged to use draft2019 for any schemas, new or old.
68
79v4.13.0
810=======
Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ def leap_second(test):
474474 case_description = "same $anchor with different base uri" ,
475475 )(test )
476476 or skip (
477- message = test_suite_bug ( 574 ) ,
477+ message = "Vocabulary support is still in-progress." ,
478478 subject = "vocabulary" ,
479479 description = (
480480 "no validation: invalid number, but it still validates"
@@ -594,7 +594,7 @@ def leap_second(test):
594594 case_description = "same $anchor with different base uri" ,
595595 )(test )
596596 or skip (
597- message = test_suite_bug ( 574 ) ,
597+ message = "Vocabulary support is still in-progress." ,
598598 subject = "vocabulary" ,
599599 description = (
600600 "no validation: invalid number, but it still validates"
You can’t perform that action at this time.
0 commit comments