Skip to content

Commit

Permalink
Removes duplications in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
CyclingNinja committed Apr 16, 2024
1 parent a94d77a commit 2d08fef
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,50 +42,6 @@ include-package-data = true
[tool.setuptools_scm]
write_to = "ndcube/_version.py"

[tool.pytest.ini_options]
testpaths = [
"ndcube",
"docs",
]
doctest_plus = "enabled"
text_file_format = "rst"
addopts = "--doctest-rst"

[tool.coverage.run]
omit = [
"ndcube/__init*",
"ndcube/conftest.py",
"ndcube/*setup_package*",
"ndcube/tests/*",
"ndcube/*/tests/*",
"ndcube/extern/*",
"ndcube/version*",
"*/ndcube/__init*",
"*/ndcube/conftest.py",
"*/ndcube/*setup_package*",
"*/ndcube/tests/*",
"*/ndcube/*/tests/*",
"*/ndcube/extern/*",
"*/ndcube/version*",
]

[tool.coverage.report]
exclude_lines = [
# Have to re-enable the standard pragma
"pragma: no cover",
# Don't complain about packages we have installed
"except ImportError",
# Don't complain if tests don't hit assertions
"raise AssertionError",
"raise NotImplementedError",
# Don't complain about script hooks
"def main(.*):",
# Ignore branches that don't pertain to this version of Python
"pragma: py{ignore_python_version}",
# Don't complain about IPython completion helper
"def _ipython_key_completions_",
]

[tool.towncrier]
package = "ndcube"
filename = "CHANGELOG.rst"
Expand Down

0 comments on commit 2d08fef

Please sign in to comment.