summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-07-19 11:46:53 +0100
committerGitHub <noreply@github.com>2022-07-19 11:46:53 +0100
commit417018d3299bb33e87d2fccec48790cf3e9dd797 (patch)
tree9d5cfb758cc47dcbc2ef97dcab2cf840b4133b11
parent8c9cf2f0e5ce5b6630e38a5fd1105fcfb2252348 (diff)
parent8d5fef6671fa785126f6e8e9a3f3bc282eb4fd38 (diff)
downloadpython-setuptools-git-417018d3299bb33e87d2fccec48790cf3e9dd797.tar.gz
Use the new `pytest-enabler` config section for xdist (#3456)
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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]