From 994e254c51d4c3316983cd2d6abbc58bece28717 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 5 Dec 2025 15:36:54 -0500 Subject: [PATCH] Force 8 pytest workers in config --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f13d17c..029a76e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,7 @@ dev = [ ] [tool.pytest.ini_options] +addopts = "-n 8" filterwarnings = [ "ignore::DeprecationWarning:pydantic.*", "ignore:.*example.* has been deprecated.*:DeprecationWarning",