From a93e7506a886d9ef3dacbcb2548c952b28640f8e Mon Sep 17 00:00:00 2001
From: Matt Clay <matt@mystile.com>
Date: Thu, 12 Jan 2017 13:26:49 -0800
Subject: [PATCH] Test with jinja2 < 2.9.

---
 test/utils/shippable/remote-integration.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/utils/shippable/remote-integration.sh b/test/utils/shippable/remote-integration.sh
index 4609be26c2b..86a25936786 100644
--- a/test/utils/shippable/remote-integration.sh
+++ b/test/utils/shippable/remote-integration.sh
@@ -32,6 +32,9 @@ if [ "${container}" = "freebsd" ]; then
     chmod +x bootstrap.sh
     ./bootstrap.sh pip -y -q
 
+    # limit jinja2 version until jinja2 issues are resolved
+    pip install 'jinja2<2.9'
+
     # tests require these packages
     # TODO: bootstrap.sh should be capable of installing these
     pkg install -y \