]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
temporarily pin pytest to avoid test bug 883/head
authorDavid Lord <davidism@gmail.com>
Tue, 7 Aug 2018 17:09:54 +0000 (10:09 -0700)
committerDavid Lord <davidism@gmail.com>
Tue, 7 Aug 2018 17:09:54 +0000 (10:09 -0700)
tox.ini

diff --git a/tox.ini b/tox.ini
index 4c8ac4cb952cbd945ce66f26120c00d5bc266451..6e68b0e8127e0ceabe354b26283251bd7052e701 100644 (file)
--- 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}