Skip to content

Commit cb22192

Browse files
committed
ignore
1 parent d3d1c50 commit cb22192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ filterwarnings = [
182182
# "error::DeprecationWarning",
183183
"error::FutureWarning",
184184
"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
185+
"ignore:The pynvml package is deprecated:FutureWarning", # Ignore pynvml deprecation warning, since it is not installed by PL directly
186186
]
187187
xfail_strict = true
188188
junit_duration_report = "call"

0 commit comments

Comments
 (0)