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.