We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d21b4 commit 89b03efCopy full SHA for 89b03ef
pyproject.toml
@@ -99,3 +99,6 @@ indent-style="space"
99
100
[tool.pytest.ini_options]
101
pythonpath = "src"
102
+filterwarnings = [
103
+ "ignore:.*force_all_finite.*:FutureWarning",
104
+]
0 commit comments