diff options
| author | Tim Graham <timograham@gmail.com> | 2015-07-03 08:20:53 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-03 08:22:34 -0400 |
| commit | cb3e9bc0d7b23c39ee6fe78589cfc9975baa8c92 (patch) | |
| tree | b342cbfcb6bcb724ff90a2abec67a71f1a0d600e /tests | |
| parent | 92e1ace57563ac1230b0a80bfb9427c9728f784b (diff) | |
[1.8.x] Fixed #25056 -- Documented minimum version of jinja2 for testing.
Backport of ca58181bac5366d3a1fb44e1b49fe9e365095138 from master
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/requirements/base.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements/base.txt b/tests/requirements/base.txt index 3ffb042ae9..e063506bb5 100644 --- a/tests/requirements/base.txt +++ b/tests/requirements/base.txt @@ -1,6 +1,6 @@ bcrypt docutils -jinja2 +jinja2 >= 2.7 # move to py2.txt when dropping Python 3.2 mock numpy |
