Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ testpaths = [
"tephi/",
]
doctest_optionflags = "NORMALIZE_WHITESPACE ELLIPSIS NUMBER"
filterwarnings = ["default"]

[tool.repo-review]
# These are a list of the currently failing tests:
Expand All @@ -124,11 +125,6 @@ ignore = [

# https://learn.scientific-python.org/development/guides/packaging-simple/#PY005
"PY005", # Has tests folder

# TODO: exceptions that still need investigating are below. Might be fixable, or might become permanent (above):

# https://learn.scientific-python.org/development/guides/pytest#PP309
"PP309", # has filterwarnings set
]

[tool.ruff]
Expand Down
Loading