Skip to content

Commit f241ee5

Browse files
committed
Fix the skip for <3.9 leading zero ipv4 tests.
1 parent 5044214 commit f241ee5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

jsonschema/tests/test_jsonschema_test_suite.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ def narrow_unicode_build(test): # pragma: no cover
9191
allowed_leading_zeros = skip(
9292
message=message,
9393
subject="ipv4",
94-
description=(
95-
"leading zeroes are rejected, as they are treated as octals"
96-
),
94+
description="invalid leading zeroes, as they are treated as octals",
9795
)
9896
else:
9997
def allowed_leading_zeros(test): # pragma: no cover

0 commit comments

Comments
 (0)