Commit 69a27287 authored by Jérome Perrin's avatar Jérome Perrin

tests: don't use jinja2.ext.with_ in tests

This extension is now builtin and no longer exist under the old name.
Since the test was just verifying that we can load extensions and uses
other extensions, we can just remove it from the test.
parent a5d3531b
......@@ -319,7 +319,6 @@ whitespace-separated. By default, none is loaded.
... context = key bar buildout:parts
... # We don't actually use all those extensions in this minimal example.
... extensions = jinja2.ext.do jinja2.ext.loopcontrols
... jinja2.ext.with_
... ''')
>>> run_buildout()
Develop: '/sample-buildout/.'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment