From 24a1a2f7bf45092c5886e8bed25523598a8fc49d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Fri, 24 Nov 2023 12:51:17 +0100 Subject: [PATCH] tests: disable xdist in tox --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dacbdb30..7d69688b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -178,7 +178,7 @@ envlist = allowlist_externals = poetry commands = poetry install --extras all - poetry run pytest --showlocals --full-trace {posargs:-n auto} + poetry run pytest --showlocals --full-trace {posargs} [testenv:style] commands =