Remove warning filter as well

This commit is contained in:
Anthony Sottile 2018-06-23 10:22:09 -07:00
parent 1d55c49a9a
commit 17985b893d
1 changed files with 0 additions and 3 deletions

View File

@ -204,9 +204,6 @@ 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 warning about package resolution using __spec__ or __package__
# should be a temporary solution, see #3061 for discussion
ignore:.*can't resolve package from __spec__ or __package__.*:ImportWarning
[flake8]
max-line-length = 120