Skip to content

Commit d8b8f91

Browse files
committed
fix filterwarnings
1 parent b95858a commit d8b8f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,5 +229,5 @@ ban-relative-imports = "all"
229229

230230
[tool.pytest.ini_options]
231231
filterwarnings = [
232-
"error::NumbaPerformanceWarning"
232+
"error::numba.NumbaPerformanceWarning"
233233
]

0 commit comments

Comments
 (0)