From dd8977db7e960a4f7887c1240df04fdbe69642cc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 15 Oct 2022 15:55:53 +0200 Subject: Merging upstream version 0.5.0. Signed-off-by: Daniel Baumann --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'pyproject.toml') 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/*'] -- cgit v1.2.3