Skip to content

Commit

Permalink
Ignore ImportWarnings regarding package resolution
Browse files Browse the repository at this point in the history
The problem is described/discussed in pytest-dev#3061

Ideally this should be a temporary solution until we find a proper one
which gets rid of the warning
  • Loading branch information
nicoddemus committed Jan 8, 2018
1 parent 794fb19 commit 4af623e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ filterwarnings =
ignore:.*type argument to addoption.*:DeprecationWarning
# produced by python >=3.5 on execnet (pytest-xdist)
ignore:.*inspect.getargspec.*deprecated, use inspect.signature.*:DeprecationWarning
ignore:.*can't resolve package from __spec__ or __package__.*:ImportWarning
[flake8]
max-line-length = 120

0 comments on commit 4af623e

Please sign in to comment.