summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-15 13:55:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-15 13:55:53 +0000
commitdd8977db7e960a4f7887c1240df04fdbe69642cc (patch)
tree123593737fc2984fcc7ba49a3d7c312b3fa060c8 /pyproject.toml
parentReleasing debian version 0.3.0-1. (diff)
downloadpydyf-dd8977db7e960a4f7887c1240df04fdbe69642cc.tar.xz
pydyf-dd8977db7e960a4f7887c1240df04fdbe69642cc.zip
Merging upstream version 0.5.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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/*']