Test with jinja2 < 2.9.
This commit is contained in:
parent
49fc0cfe4f
commit
a93e7506a8
1 changed files with 3 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue