Skip to content

Commit b73c4cb

Browse files
committed
error::DeprecationWarning
1 parent a30d5bf commit b73c4cb

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
@@ -179,7 +179,8 @@ markers = [
179179
"cloud: Run the cloud tests for example",
180180
]
181181
filterwarnings = [
182-
"error::FutureWarning",
182+
"error::DeprecationWarning",
183+
# "error::FutureWarning",
183184
"ignore::FutureWarning:onnxscript", # Temporary ignore until onnxscript is updated
184185
]
185186
xfail_strict = true

0 commit comments

Comments
 (0)