Skip to content

Commit 41934de

Browse files
committed
Run tests with warnings as errors.
1 parent 4fd2ed9 commit 41934de

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
@@ -149,6 +149,9 @@ package = flake8_strftime
149149
[pytest]
150150
addopts = --color yes --durations 25
151151
timeout = 300
152+
filterwarnings =
153+
error
154+
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
152155
153156
[testenv:lint]
154157
basepython = python3.6

0 commit comments

Comments
 (0)