From 2b759c94c562c9ee9b6ca970739be15014050fda Mon Sep 17 00:00:00 2001 From: an0o0nym Date: Sat, 30 Jul 2016 02:03:48 +0200 Subject: Fixed #26952 -- Added tips for installing test suite dependencies. --- docs/internals/contributing/writing-code/unit-tests.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/internals/contributing/writing-code/unit-tests.txt') diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index 188a71d5e6..6799b31871 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -232,6 +232,11 @@ like so:: $ pip install -r tests/requirements/py3.txt # Python 2: py2.txt +If you encounter an error during the installation, your system might be missing +a dependency for one or more of the Python packages. Consult the failing +package's documentation or search the Web with the error message that you +encounter. + You can also install the database adapter(s) of your choice using ``oracle.txt``, ``mysql.txt``, or ``postgres.txt``. -- cgit v1.3