Skip to content

Commit 75a892f

Browse files
committed
Run tests with warnings as errors.
1 parent ed9685c commit 75a892f

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
@@ -179,6 +179,9 @@ package = flake8_slots
179179
[pytest]
180180
addopts = --color yes --durations 25
181181
timeout = 300
182+
filterwarnings =
183+
error
184+
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
182185
183186
[dep_checker]
184187
allowed_unused = flake8

0 commit comments

Comments
 (0)