Skip to content

Commit 0f027b9

Browse files
committed
Run tests with warnings as errors.
1 parent 9361b57 commit 0f027b9

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
@@ -24,6 +24,7 @@ envlist =
2424
py311-dev
2525
pypy36
2626
pypy37
27+
pypy38
2728
mypy
2829
build
2930
skip_missing_interpreters = True
@@ -149,6 +150,9 @@ package = flake8_sphinx_links
149150
[pytest]
150151
addopts = --color yes --durations 25
151152
timeout = 300
153+
filterwarnings =
154+
error
155+
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
152156
153157
[testenv:lint]
154158
basepython = python3.6

0 commit comments

Comments
 (0)