Skip to content

Commit 4af623e

Browse files
committed
Ignore ImportWarnings regarding package resolution
The problem is described/discussed in #3061 Ideally this should be a temporary solution until we find a proper one which gets rid of the warning
1 parent 794fb19 commit 4af623e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ filterwarnings =
215215
ignore:.*type argument to addoption.*:DeprecationWarning
216216
# produced by python >=3.5 on execnet (pytest-xdist)
217217
ignore:.*inspect.getargspec.*deprecated, use inspect.signature.*:DeprecationWarning
218+
ignore:.*can't resolve package from __spec__ or __package__.*:ImportWarning
218219
219220
[flake8]
220221
max-line-length = 120

0 commit comments

Comments
 (0)