Skip to content

Commit 2de885c

Browse files
authored
Apply suggestions from code review
1 parent 23c81e8 commit 2de885c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ filterwarnings = [
183183
"error::FutureWarning",
184184
"ignore::FutureWarning:onnxscript", # Temporary ignore until onnxscript is updated
185185
"ignore:You are using `torch.load` with `weights_only=False`.*:FutureWarning",
186-
"ignore:The pynvml package is deprecated:FutureWarning", # Ignore pynvml deprecation warning, since it is not installed by PL directly
187186
]
188187
xfail_strict = true
189188
junit_duration_report = "call"

0 commit comments

Comments
 (0)