Skip to content

Commit 1837dbd

Browse files
committed
warns
1 parent 3024471 commit 1837dbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ markers = [
179179
"cloud: Run the cloud tests for example",
180180
]
181181
filterwarnings = [
182-
"error::DeprecationWarning",
183-
# "error::FutureWarning",
182+
# "error::DeprecationWarning",
183+
"error::FutureWarning",
184184
"ignore::FutureWarning:onnxscript", # Temporary ignore until onnxscript is updated
185185
]
186186
xfail_strict = true

0 commit comments

Comments
 (0)