From 2a1aabed33e88950faa9af7b48d3027f5e378be9 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 21 Feb 2022 09:55:35 -0800 Subject: [PATCH] Fix filter_mathstuff integration test. --- test/integration/targets/filter_mathstuff/runme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/filter_mathstuff/runme.sh b/test/integration/targets/filter_mathstuff/runme.sh index 36503003153..fad8443cb95 100755 --- a/test/integration/targets/filter_mathstuff/runme.sh +++ b/test/integration/targets/filter_mathstuff/runme.sh @@ -11,7 +11,7 @@ source virtualenv.sh # Install Jinja < 2.10 since we want to test the fallback to Ansible's custom # unique filter. Jinja < 2.10 does not have do_unique so we will trigger the # fallback. -pip install 'jinja2 < 2.10' +pip install 'jinja2 < 2.10' 'markupsafe < 2.1' # Run the playbook again in the venv with Jinja < 2.10 ansible-playbook runme.yml "$@"