Skip to content

Commit e241699

Browse files
committed
update
1 parent b0b6d4e commit e241699

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ filterwarnings = [
207207
"error::DeprecationWarning",
208208
# TODO(rishipuri98): Remove usage of `torch_geometric.distributed` from `torch_geometric.llm`
209209
"ignore:.*torch_geometric.distributed.*:DeprecationWarning",
210+
# Filter `torch.jit.*` deprication warnings:
211+
"ignore:.*torch.jit.*:DeprecationWarning",
210212
]
211213
markers = [
212214
"rag: mark test as RAG test",

0 commit comments

Comments
 (0)