Skip to content

Commit daf87bb

Browse files
committed
add filterwarnings to pyproject
1 parent 40d8d5e commit daf87bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,3 +226,8 @@ required-imports = ["from __future__ import annotations"]
226226
[tool.ruff.lint.flake8-tidy-imports]
227227
# Disallow all relative imports.
228228
ban-relative-imports = "all"
229+
230+
[tool.pytest.ini_options]
231+
filterwarnings = [
232+
"error:NumbaPerformanceWarning"
233+
]

0 commit comments

Comments
 (0)