summaryrefslogtreecommitdiff
path: root/jsonschema
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-12-21 15:49:17 -0500
committerJulian Berman <Julian@GrayVines.com>2022-12-21 15:49:31 -0500
commitc16cced8649e1f1a473a24f1bf8ed7c0fe423562 (patch)
tree3c7384d123f74770643d433b945af8dad3ab053f /jsonschema
parentb82b24a083ec88541191b5b9852291f25075fe07 (diff)
downloadjsonschema-c16cced8649e1f1a473a24f1bf8ed7c0fe423562.tar.gz
Handle the upstream change to the previously broken draft 3 test.
Diffstat (limited to 'jsonschema')
-rw-r--r--jsonschema/tests/test_jsonschema_test_suite.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/jsonschema/tests/test_jsonschema_test_suite.py b/jsonschema/tests/test_jsonschema_test_suite.py
index 19bfdcb..c685778 100644
--- a/jsonschema/tests/test_jsonschema_test_suite.py
+++ b/jsonschema/tests/test_jsonschema_test_suite.py
@@ -158,7 +158,6 @@ TestDraft3 = DRAFT3.to_unittest_testcase(
or skip(
message=bug(),
subject="ref",
- valid=False,
case_description=(
"$ref prevents a sibling id from changing the base uri"
),