From dee16d955e1c81ea5462c8549b61ccb14d60405e Mon Sep 17 00:00:00 2001 From: Jan Gleixner Date: Fri, 22 Mar 2024 14:41:37 +0100 Subject: [PATCH] drop pytest-cov #1 --- pyproject.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e1cf60f..d4326ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,19 +24,12 @@ urls = {source = 'https://github.com/jan-glx/ICPy'} dependencies = ['numpy', 'scipy', 'scikit-learn',] [project.optional-dependencies] -test = ['pytest', 'pytest-cov', 'coverage[toml]', 'scipy>=1.7.0'] +test = ['pytest', 'coverage[toml]', 'scipy>=1.7.0'] doc = ['sphinx', 'furo', 'myst_parser'] - [tool.setuptools] zip-safe = false -[tool.pytest.ini_options] -addopts = ''' - --cov-report term-missing --cov-branch --cov-report xml --cov-report term - --cov -vv --strict-markers -rfE -''' - [tool.coverage.run] relative_files = true source = 'src'