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'