[LNT] r249679 - Document dependence on the psycopg2 module for postgres testing to developer_guide.rst.

Kristof Beyls via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 8 03:58:52 PDT 2015


Author: kbeyls
Date: Thu Oct  8 05:58:52 2015
New Revision: 249679

URL: http://llvm.org/viewvc/llvm-project?rev=249679&view=rev
Log:
Document dependence on the psycopg2 module for postgres testing to developer_guide.rst.

Modified:
    lnt/trunk/docs/developer_guide.rst

Modified: lnt/trunk/docs/developer_guide.rst
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/docs/developer_guide.rst?rev=249679&r1=249678&r2=249679&view=diff
==============================================================================
--- lnt/trunk/docs/developer_guide.rst (original)
+++ lnt/trunk/docs/developer_guide.rst Thu Oct  8 05:58:52 2015
@@ -13,6 +13,12 @@ Installation
 See :ref:`quickstart` for setting up an installation. Use the "develop" option
 when running ~/lnt/setup.py.
 
+You may have to install psycopg2 into your python virtualenv to run the
+unit tests against a postgres database:
+
+     pip install psycopg2
+
+
 Running LNT's Regression Tests
 ------------------------------
 




More information about the llvm-commits mailing list