b95f194612
This template included using !include-jinja2: """ {{ my_var }} """ is rendered the same as an existing template that looks like this: """ {my_var} """ This also allows the use of Jinja2's richer syntax: """ {% for test_environment in configuration.get("envs", ["py35"]) %} tox -e {{ test_environment }} {% endfor %} """ Story: 2001135 Change-Id: Ia3ee21822d6e9237f5ea46796bc8810ecac61e2c
11 lines
340 B
Plaintext
11 lines
340 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
six>=1.9.0 # MIT
|
|
PyYAML>=3.10.0 # MIT
|
|
pbr>=1.8 # Apache-2.0
|
|
stevedore>=1.17.1 # Apache-2.0
|
|
python-jenkins>=0.4.8
|
|
fasteners
|
|
Jinja2
|