We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794fb19 commit 4af623eCopy full SHA for 4af623e
tox.ini
@@ -215,6 +215,7 @@ filterwarnings =
215
ignore:.*type argument to addoption.*:DeprecationWarning
216
# produced by python >=3.5 on execnet (pytest-xdist)
217
ignore:.*inspect.getargspec.*deprecated, use inspect.signature.*:DeprecationWarning
218
+ ignore:.*can't resolve package from __spec__ or __package__.*:ImportWarning
219
220
[flake8]
221
max-line-length = 120
0 commit comments