Force 8 pytest workers in config

This commit is contained in:
2025-12-05 15:36:54 -05:00
parent 6067a2b3a3
commit 994e254c51
+1
View File
@@ -45,6 +45,7 @@ dev = [
]
[tool.pytest.ini_options]
addopts = "-n 8"
filterwarnings = [
"ignore::DeprecationWarning:pydantic.*",
"ignore:.*example.* has been deprecated.*:DeprecationWarning",