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 e7eb579 commit d3d1c50Copy full SHA for d3d1c50
pyproject.toml
@@ -182,6 +182,7 @@ filterwarnings = [
182
# "error::DeprecationWarning",
183
"error::FutureWarning",
184
"ignore::FutureWarning:onnxscript", # Temporary ignore until onnxscript is updated
185
+ "ignore::FutureWarning:pynvml", # Ignore pynvml deprecation warning, since it is not installed by PL directly
186
]
187
xfail_strict = true
188
junit_duration_report = "call"
0 commit comments