Skip to content

Commit 437ef17

Browse files
committed
Error on warnings when testing
1 parent f0a0c16 commit 437ef17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ norecursedirs = [
128128
]
129129
log_cli_level = "INFO"
130130
xfail_strict = true
131+
filterwarnings = [
132+
"error",
133+
]
134+
131135
[tool.cibuildwheel]
132136
environment = { DISABLE_NUMCODECS_AVX2=1 }
133137
[tool.cibuildwheel.macos]

0 commit comments

Comments
 (0)