summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a89cea0..a3dbea1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -38,14 +38,11 @@ Donation = 'https://opencollective.com/courtbouillon'
[project.optional-dependencies]
doc = ['sphinx', 'sphinx_rtd_theme']
-test = ['pytest', 'pytest-xdist', 'pytest-flake8', 'pytest-isort', 'pytest-cov', 'coverage[toml]', 'pillow']
+test = ['pytest', 'isort', 'flake8', 'pillow']
[tool.flit.sdist]
exclude = ['.*']
-[tool.pytest.ini_options]
-addopts = '--isort --flake8 --numprocesses=auto'
-
[tool.coverage.run]
branch = true
include = ['tests/*', 'pydyf/*']