Skip to content

Commit

Permalink
drop pytest-cov #1
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-glx authored Mar 22, 2024
1 parent 20a0755 commit dee16d9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit dee16d9

Please sign in to comment.