From: David Lord Date: Tue, 7 Aug 2018 17:09:54 +0000 (-0700) Subject: temporarily pin pytest to avoid test bug X-Git-Tag: 2.11.0~113^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F883%2Fhead;p=thirdparty%2Fjinja.git temporarily pin pytest to avoid test bug --- diff --git a/tox.ini b/tox.ini index 4c8ac4cb..6e68b0e8 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ envlist = passenv = LANG usedevelop = true deps = - pytest>=3 + pytest>=3,<3.7 coverage commands = coverage run -p -m pytest {posargs}