summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2017-01-12 13:26:49 -0800
committerMatt Clay <matt@mystile.com>2017-01-12 14:00:39 -0800
commita93e7506a886d9ef3dacbcb2548c952b28640f8e (patch)
treead9dd05b2fe7dad0940ee062cff263de18f898b4 /test
parent49fc0cfe4f451bbe6f99ab6e59d78ccb5f8a86d5 (diff)
downloadansible-a93e7506a886d9ef3dacbcb2548c952b28640f8e.tar.gz
Test with jinja2 < 2.9.
Diffstat (limited to 'test')
-rw-r--r--test/utils/shippable/remote-integration.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/utils/shippable/remote-integration.sh b/test/utils/shippable/remote-integration.sh
index 4609be26c2..86a2593678 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 \