Skip to content

Commit 6088e4c

Browse files
committed
Run tests with warnings as errors.
1 parent f8fb783 commit 6088e4c

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
@@ -141,6 +141,10 @@ package = flake8_github_actions
141141
[pytest]
142142
addopts = --color yes --durations 25
143143
timeout = 300
144+
filterwarnings =
145+
error
146+
ignore:SelectableGroups dict interface is deprecated. Use select.:DeprecationWarning:flake8
147+
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
144148
145149
[testenv:lint]
146150
basepython = python3.6

0 commit comments

Comments
 (0)