Skip to content

Commit 79195f2

Browse files
committed
We've wontfixed the upstream issue.
1 parent cd8f059 commit 79195f2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ v4.14.0
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

79
v4.13.0
810
=======

jsonschema/tests/test_jsonschema_test_suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)