]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Unpin pytest in tox.ini 1025/head
authorKevin Brown <kevin@kevin-brown.com>
Tue, 25 Jun 2019 00:07:01 +0000 (20:07 -0400)
committerKevin Brown <kevin@kevin-brown.com>
Tue, 25 Jun 2019 00:07:01 +0000 (20:07 -0400)
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.

tox.ini

diff --git a/tox.ini b/tox.ini
index 2ccac468bf1af68ec27988c169c3b981d5c8ba21..78cb58513f39636cc294a5501b2e95f08847659b 100644 (file)
--- 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}