Skip to content

Commit 13c2c64

Browse files
committed
add igonore for future warning
1 parent 65cbebf commit 13c2c64

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
@@ -173,6 +173,7 @@ filterwarnings = [
173173
"error::FutureWarning",
174174
"ignore::FutureWarning:onnxscript", # Temporary ignore until onnxscript is updated
175175
"ignore:You are using `torch.load` with `weights_only=False`.*:FutureWarning",
176+
"ignore::FutureWarning:torch.distributed.algorithms.ddp_comm_hooks",
176177
]
177178
xfail_strict = true
178179
junit_duration_report = "call"

0 commit comments

Comments
 (0)