From 8d5fef6671fa785126f6e8e9a3f3bc282eb4fd38 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Tue, 19 Jul 2022 10:44:25 +0100 Subject: Use the new pytest-enabler config section for xdist --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f6fdfc9e..480b1368 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ addopts = "--flake8" [tool.pytest-enabler.cov] addopts = "--cov" -[pytest.enabler.xdist] +[tool.pytest-enabler.xdist] addopts = "-n auto" [tool.towncrier] -- cgit v1.2.1