Skip to content

Commit f33b029

Browse files
fix: test warning sklearn (#902)
1 parent 153a9eb commit f33b029

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ filterwarnings = [
149149
"ignore:Maximum number of iteration reached before convergence.*:sklearn.exceptions.ConvergenceWarning",
150150
"ignore:jax.xla_computation is deprecated. Please use the AOT APIs.",
151151
"ignore:Named tensors and all their associated APIs*",
152-
"ignore:You are using `torch.load`*"
152+
"ignore:You are using `torch.load`*",
153+
"ignore:open_text is deprecated.*:DeprecationWarning",
154+
"ignore:read_text is deprecated.*:DeprecationWarning",
153155
]
154156

155157
[tool.semantic_release]

0 commit comments

Comments
 (0)