Browse code

Test with jinja2 < 2.9.

Matt Clay authored on 2017/01/13 06:26:49
Showing 1 changed files
... ...
@@ -32,6 +32,9 @@ if [ "${container}" = "freebsd" ]; then
32 32
     chmod +x bootstrap.sh
33 33
     ./bootstrap.sh pip -y -q
34 34
 
35
+    # limit jinja2 version until jinja2 issues are resolved
36
+    pip install 'jinja2<2.9'
37
+
35 38
     # tests require these packages
36 39
     # TODO: bootstrap.sh should be capable of installing these
37 40
     pkg install -y \