summaryrefslogtreecommitdiff
path: root/jsonschema/tests/test_jsonschema_test_suite.py
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-05-05 16:54:57 -0400
committerJulian Berman <Julian@GrayVines.com>2022-05-05 16:55:32 -0400
commitfb85c6620ff26823362ebd27b8577995c0841028 (patch)
treee6c6ed824a02cf725079f22965610da57bdfeacd /jsonschema/tests/test_jsonschema_test_suite.py
parent3b2f0f36c73b61fd72a87ab468e46b24119ae9e0 (diff)
downloadjsonschema-fb85c6620ff26823362ebd27b8577995c0841028.tar.gz
Revert "Extend dynamicRef keyword"v4.5.1
It needs performance optimization. See python-jsonschema/jsonschema#941. This reverts commit 12c791ee81baf27e54d18baf95b975bd48387dc6.
Diffstat (limited to 'jsonschema/tests/test_jsonschema_test_suite.py')
-rw-r--r--jsonschema/tests/test_jsonschema_test_suite.py10
1 files changed, 9 insertions, 1 deletions
diff --git a/jsonschema/tests/test_jsonschema_test_suite.py b/jsonschema/tests/test_jsonschema_test_suite.py
index a656ab8..2d807b7 100644
--- a/jsonschema/tests/test_jsonschema_test_suite.py
+++ b/jsonschema/tests/test_jsonschema_test_suite.py
@@ -395,7 +395,15 @@ TestDraft202012 = DRAFT202012.to_unittest_testcase(
skip=lambda test: (
narrow_unicode_build(test)
or skip(
- message="These tests require an extension or the url resolver.",
+ message="dynamicRef support isn't working yet.",
+ subject="dynamicRef",
+ )(test)
+ or skip(
+ message="These tests depends on dynamicRef working.",
+ subject="defs",
+ )(test)
+ or skip(
+ message="These tests depends on dynamicRef working.",
subject="anchor",
case_description="same $anchor with different base uri",
)(test)