From: Kevin Brown Date: Tue, 25 Jun 2019 00:07:01 +0000 (-0400) Subject: Unpin pytest in tox.ini X-Git-Tag: 2.11.0~82^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1025%2Fhead;p=thirdparty%2Fjinja.git Unpin pytest in tox.ini This was "temporarily" pinned many months back, given that this is not pinned on the stable branch and tests appear to be passing, we should be able to remove it here. --- diff --git a/tox.ini b/tox.ini index 2ccac468..78cb5851 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ envlist = passenv = LANG usedevelop = true deps = - pytest>=3,<3.7 + pytest>=3 coverage commands = coverage run -p -m pytest {posargs}