From 6693f938af9916cc036dcb3c975544b9c5dc8de7 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Sun, 28 Aug 2022 12:56:48 +0300 Subject: Remove the TODO for draft 7 content assertions. See https://github.com/python-jsonschema/jsonschema/issues/593#issuecomment-1221527128 --- jsonschema/tests/test_jsonschema_test_suite.py | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'jsonschema') diff --git a/jsonschema/tests/test_jsonschema_test_suite.py b/jsonschema/tests/test_jsonschema_test_suite.py index 75a4bc8..9c53d8c 100644 --- a/jsonschema/tests/test_jsonschema_test_suite.py +++ b/jsonschema/tests/test_jsonschema_test_suite.py @@ -263,7 +263,6 @@ TestDraft7 = DRAFT7.to_unittest_testcase( DRAFT7.tests(), DRAFT7.format_tests(), DRAFT7.optional_tests_of(name="bignum"), - DRAFT7.optional_tests_of(name="content"), DRAFT7.optional_tests_of(name="cross-draft"), DRAFT7.optional_tests_of(name="float-overflow"), DRAFT7.optional_tests_of(name="non-bmp-regex"), @@ -295,28 +294,6 @@ TestDraft7 = DRAFT7.to_unittest_testcase( "not just immediate parent" ), )(test) - or skip( - message=bug(593), - subject="content", - valid=False, - case_description=( - "validation of string-encoded content based on media type" - ), - )(test) - or skip( - message=bug(593), - subject="content", - valid=False, - case_description="validation of binary string-encoding", - )(test) - or skip( - message=bug(593), - subject="content", - valid=False, - case_description=( - "validation of binary-encoded media type documents" - ), - )(test) ), ) -- cgit v1.2.1