mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
Pinned Jinja2 to ensure ChainableUndefined is present
Signed-off-by: Will Haines <william.haines@colorado.edu>
This commit is contained in:
@@ -137,4 +137,4 @@ def test_build_notification_message_undefined(run_module, admin_user, organizati
|
|||||||
nt = NotificationTemplate.objects.get(id=result['id'])
|
nt = NotificationTemplate.objects.get(id=result['id'])
|
||||||
|
|
||||||
_, body = job.build_notification_message(nt, 'running')
|
_, body = job.build_notification_message(nt, 'running')
|
||||||
assert '{"started_by": "My Placeholder"}' in body
|
assert '{"started_by": "My Placeholder"}' in body
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ djangorestframework>=3.12.1
|
|||||||
djangorestframework-yaml
|
djangorestframework-yaml
|
||||||
GitPython>=3.1.1 # minimum to fix https://github.com/ansible/awx/issues/6119
|
GitPython>=3.1.1 # minimum to fix https://github.com/ansible/awx/issues/6119
|
||||||
irc
|
irc
|
||||||
jinja2
|
jinja2>=2.11.0 # required for ChainableUndefined
|
||||||
jsonschema
|
jsonschema
|
||||||
Markdown # used for formatting API help
|
Markdown # used for formatting API help
|
||||||
openshift>=0.11.0 # minimum version to pull in new pyyaml for CVE-2017-18342
|
openshift>=0.11.0 # minimum version to pull in new pyyaml for CVE-2017-18342
|
||||||
|
|||||||
Reference in New Issue
Block a user