Skip to content

Commit 36ac465

Browse files
committed
test: turn Python warnings into errors during test
Signed-off-by: Felix Moessbauer <[email protected]>
1 parent 852bbde commit 36ac465

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ testpaths = [
7373
markers = [
7474
"online: tests requiring internet access",
7575
]
76+
filterwarnings = [
77+
"error",
78+
]
7679

7780
[tool.coverage.run]
7881
source = [

0 commit comments

Comments
 (0)