summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-08-20 14:30:20 +0300
committerJulian Berman <Julian@GrayVines.com>2022-08-20 14:52:47 +0300
commit79195f21d85334a16571d1660a4280397730894a (patch)
tree9b633de58681d747c986f9e07703f0912e0d9fee
parentcd8f0592b93947a9deb8b3e6502cc5a69cb6d722 (diff)
downloadjsonschema-79195f21d85334a16571d1660a4280397730894a.tar.gz
We've wontfixed the upstream issue.
-rw-r--r--CHANGELOG.rst2
-rw-r--r--jsonschema/tests/test_jsonschema_test_suite.py4
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 823f524..c98a54e 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,6 +3,8 @@ v4.14.0
* ``FormatChecker.cls_checks`` is deprecated. Use ``FormatChecker.checks`` on
an instance of ``FormatChecker`` instead.
+* ``unevaluatedItems`` has been fixed on draft 2019. It's nonetheless
+ discouraged to use draft2019 for any schemas, new or old.
v4.13.0
=======
diff --git a/jsonschema/tests/test_jsonschema_test_suite.py b/jsonschema/tests/test_jsonschema_test_suite.py
index a09357f..e6f47b6 100644
--- a/jsonschema/tests/test_jsonschema_test_suite.py
+++ b/jsonschema/tests/test_jsonschema_test_suite.py
@@ -474,7 +474,7 @@ TestDraft201909 = DRAFT201909.to_unittest_testcase(
case_description="same $anchor with different base uri",
)(test)
or skip(
- message=test_suite_bug(574),
+ message="Vocabulary support is still in-progress.",
subject="vocabulary",
description=(
"no validation: invalid number, but it still validates"
@@ -594,7 +594,7 @@ TestDraft202012 = DRAFT202012.to_unittest_testcase(
case_description="same $anchor with different base uri",
)(test)
or skip(
- message=test_suite_bug(574),
+ message="Vocabulary support is still in-progress.",
subject="vocabulary",
description=(
"no validation: invalid number, but it still validates"