From 0e5bff709c62c31f60ce95225689dc5d00e495f0 Mon Sep 17 00:00:00 2001 From: njirap Date: Thu, 3 Mar 2016 16:49:09 +0300 Subject: [PATCH] Note to add 'jinja2' and 'markupsafe' to requirements Change-Id: I14d80d353084d54d8e114b10524e5b46660cf34b Closes-Bug: #1552704 --- CONTRIBUTING.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index a16fd1f6..f7bf02f3 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -24,3 +24,9 @@ Pull requests submitted through GitHub will be ignored. Bugs should be filed on Launchpad, not GitHub: https://bugs.launchpad.net/openstack-manuals + +.. note:: + + To be able to run ``"tox -e py27"`` successfully locally, add + ``jinja2`` and ``markupsafe`` to your local ``test-requirements.txt`` + file so the two get installed in your local virtual environment.