The template for pyproject.toml has been updated; see the diff below. Please either:
- Action this issue with a pull request applying some/all of these changes to
pyproject.toml1.
- Close this issue if none of these changes are appropriate for this repo.
Also consider reviewing a full diff between the template and pyproject.toml, in case other valuable shared conventions have previously been missed.
File Links
Diff
diff --git a/templates/pyproject.toml b/templates/pyproject.toml
index a328bd7..5eedf89 100644
--- a/templates/pyproject.toml
+++ b/templates/pyproject.toml
@@ -127,6 +127,7 @@ exclude = [
[tool.pytest.ini_options] # The list of keys vary by repository
addopts = ["-ra", "-v", "--strict-config", "--strict-markers", "--doctest-modules"] # This addopts list varies by repository
testpaths = "<PATH_TO_MAIN_CODE>" # e.g "cf_units" or "lib/iris"
+log_level = "INFO"
[tool.repo-review]
# A list of the currently failing repo-review checks, to be fixed later, different for every repository.
The template for
pyproject.tomlhas been updated; see the diff below. Please either:pyproject.toml1.Also consider reviewing a full diff between the template and
pyproject.toml, in case other valuable shared conventions have previously been missed.File Links
pyproject.tomltemplates/pyproject.tomlDiff
Footnotes
Include this text in the PR body to avoid any prompts about applying your changes back to the template!
@scitools-templating: please no share prompt↩