diff options
author | Stephen Finucane <stephen@that.guru> | 2017-12-22 18:50:53 +0000 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2017-12-29 13:02:32 +0000 |
commit | 9a3ebaaff5a24ed9f9ae9481acc0dbfd46281096 (patch) | |
tree | dbf06f609c772470366a07d6da8af1de5a133508 /tox.ini | |
parent | 7c0723fd46825ea44a98ae22ac45d08ca0ddd88b (diff) | |
download | sphinx-git-9a3ebaaff5a24ed9f9ae9481acc0dbfd46281096.tar.gz |
Resolve warning filter issues
There's an issue with 'pkgutils' and namespace packages. This has been
reported against setuptools [1], but until this is resolved, we simply
need to live with it. Ensure said warnings are filtered from tox too and
remove some unnecessary ones.
[1] https://github.com/pypa/setuptools/issues/1111
Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ deps = du13: docutils==0.13.1 du14: docutils==0.14 setenv = + PYTHONWARNINGS = all,ignore::ImportWarning:pkgutil SPHINX_TEST_TEMPDIR = {envdir}/testbuild commands= pytest -Wall --durations 25 {posargs} |