Skip to content

Commit d3d1c50

Browse files
committed
ignore
1 parent e7eb579 commit d3d1c50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +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
185186
]
186187
xfail_strict = true
187188
junit_duration_report = "call"

0 commit comments

Comments
 (0)