Skip to content

Commit 55f24a7

Browse files
authored
Ignore deprecationwarning from jsonschema (#295)
1 parent 06adb7d commit 55f24a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,6 @@ filterwarnings = [
9999
"module:make_current is deprecated:DeprecationWarning",
100100
"module:clear_current is deprecated:DeprecationWarning",
101101
"module:There is no current event loop:DeprecationWarning",
102-
"ignore:Passing a schema to Validator.iter_errors:DeprecationWarning"
102+
"ignore:Passing a schema to Validator.iter_errors:DeprecationWarning",
103+
"module:Subclassing validator classes is not intended to be part of their public API:DeprecationWarning"
103104
]

0 commit comments

Comments
 (0)