Skip to content

Commit 6693f93

Browse files
committed
Remove the TODO for draft 7 content assertions.
See #593 (comment)
1 parent 6d39c4b commit 6693f93

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

jsonschema/tests/test_jsonschema_test_suite.py

-23
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ def leap_second(test):
263263
DRAFT7.tests(),
264264
DRAFT7.format_tests(),
265265
DRAFT7.optional_tests_of(name="bignum"),
266-
DRAFT7.optional_tests_of(name="content"),
267266
DRAFT7.optional_tests_of(name="cross-draft"),
268267
DRAFT7.optional_tests_of(name="float-overflow"),
269268
DRAFT7.optional_tests_of(name="non-bmp-regex"),
@@ -295,28 +294,6 @@ def leap_second(test):
295294
"not just immediate parent"
296295
),
297296
)(test)
298-
or skip(
299-
message=bug(593),
300-
subject="content",
301-
valid=False,
302-
case_description=(
303-
"validation of string-encoded content based on media type"
304-
),
305-
)(test)
306-
or skip(
307-
message=bug(593),
308-
subject="content",
309-
valid=False,
310-
case_description="validation of binary string-encoding",
311-
)(test)
312-
or skip(
313-
message=bug(593),
314-
subject="content",
315-
valid=False,
316-
case_description=(
317-
"validation of binary-encoded media type documents"
318-
),
319-
)(test)
320297
),
321298
)
322299

0 commit comments

Comments
 (0)