Skip to content

Commit 4584f3b

Browse files
committed
Run tests with warnings as errors.
1 parent c6098ef commit 4584f3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ package = domdf_python_tools
184184
[pytest]
185185
addopts = --color yes --durations 25
186186
timeout = 300
187+
filterwarnings =
188+
error
189+
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
187190
188191
[testenv]
189192
setenv =

0 commit comments

Comments
 (0)