summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-15 13:55:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-15 13:55:48 +0000
commit38177ba9a3df33be30ba05b07b70000ad5632ce1 (patch)
treef7975e163282ca7930f568adc078b9e115dc59ac /pyproject.toml
parentAdding upstream version 0.3.0. (diff)
downloadpydyf-38177ba9a3df33be30ba05b07b70000ad5632ce1.tar.xz
pydyf-38177ba9a3df33be30ba05b07b70000ad5632ce1.zip
Adding upstream version 0.5.0.upstream/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/*']