Skip to content

Commit f80010d

Browse files
committed
Run tests with warnings as errors.
1 parent 10c7f16 commit f80010d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,7 @@ package = snippet_fmt
186186
[pytest]
187187
addopts = --color yes --durations 25
188188
timeout = 300
189+
filterwarnings =
190+
error
191+
ignore:lib2to3 package is deprecated and may not be able to parse Python 3.10+:DeprecationWarning
192+
ignore:lib2to3 package is deprecated and may not be able to parse Python 3.10+:PendingDeprecationWarning

0 commit comments

Comments
 (0)