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 d3d1c50 commit cb22192Copy full SHA for cb22192
pyproject.toml
@@ -182,7 +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
+ "ignore:The pynvml package is deprecated:FutureWarning", # 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