We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3024471 commit 1837dbdCopy full SHA for 1837dbd
pyproject.toml
@@ -179,8 +179,8 @@ markers = [
179
"cloud: Run the cloud tests for example",
180
]
181
filterwarnings = [
182
- "error::DeprecationWarning",
183
- # "error::FutureWarning",
+ # "error::DeprecationWarning",
+ "error::FutureWarning",
184
"ignore::FutureWarning:onnxscript", # Temporary ignore until onnxscript is updated
185
186
xfail_strict = true
0 commit comments