From: David Lord Date: Sat, 20 Jul 2019 20:56:23 +0000 (-0700) Subject: warnings are errors during tests X-Git-Tag: 2.10.2~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1030%2Fhead;p=thirdparty%2Fjinja.git warnings are errors during tests --- diff --git a/tox.ini b/tox.ini index b4e3afdc..8932304a 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ skip_missing_interpreters = true deps = coverage pytest -commands = coverage run -p -m pytest --tb=short --basetemp={envtmpdir} {posargs} +commands = coverage run -p -m pytest --tb=short -Werror --basetemp={envtmpdir} {posargs} [testenv:docs-html] deps =