Skip to content

Commit a7d1dd3

Browse files
committed
Update pytest warning filter.
1 parent 0571c8a commit a7d1dd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,9 @@ package = coverage_pyver_pragma
206206
[pytest]
207207
addopts = --color yes --durations 25
208208
timeout = 300
209-
filterwarnings = error
209+
filterwarnings =
210+
error
211+
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
210212
211213
[testenv:coverage]
212214
basepython = python3.8

0 commit comments

Comments
 (0)