Skip to content

Commit 59356aa

Browse files
committed
🚨 configure to error on test warnings
Signed-off-by: ff137 <[email protected]>
1 parent 8c5ba2f commit 59356aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ markers = [
140140
junit_family = "xunit1"
141141
asyncio_mode = "auto"
142142
filterwarnings = [
143+
"error",
143144
'ignore:distutils Version classes are deprecated. Use packaging.version instead.:DeprecationWarning', # Ignore specific DeprecationWarning for old packages using distutils version class
144145
]
145146

0 commit comments

Comments
 (0)