Skip to content

Commit 6e98eae

Browse files
authored
build: treat warnings as errors (#127)
1 parent 9a110a6 commit 6e98eae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pytest.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[pytest]
2+
filterwarnings =
3+
# treat all warnings as errors
4+
error

0 commit comments

Comments
 (0)