From c16cced8649e1f1a473a24f1bf8ed7c0fe423562 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Wed, 21 Dec 2022 15:49:17 -0500 Subject: Handle the upstream change to the previously broken draft 3 test. --- jsonschema/tests/test_jsonschema_test_suite.py | 1 - 1 file changed, 1 deletion(-) (limited to 'jsonschema') 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" ), -- cgit v1.2.1