From a11aa09a19e45312d877552873eee05419718344 Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Fri, 15 Sep 2023 16:44:02 +0200 Subject: [PATCH] Add pytest-xdist to run tests in parallel --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 81d7ab0..2ee191f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,7 @@ path = "src/elasticsearch_haystack/__about__.py" dependencies = [ "coverage[toml]>=6.5", "pytest", + "pytest-xdist", ] [tool.hatch.envs.default.scripts] test = "pytest {args:tests}"