Skip to content

Commit 2ab89a2

Browse files
committed
will this woork
1 parent 005c439 commit 2ab89a2

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:.*You are using `torch.load` with `weights_only=False` (the current default value).*:FutureWarning",
185+
"ignore:You are using `torch.load` with `weights_only=False`.*:FutureWarning",
186186
]
187187
xfail_strict = true
188188
junit_duration_report = "call"

0 commit comments

Comments
 (0)