From 17c8859b63e5f0bb762ff8e1f40d5d255d857255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 6 Oct 2014 13:44:51 +0200 Subject: [PATCH] doc: mention --without-postgresql-tests in the README file (#5560) --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index 44ede03e1..ef8849696 100644 --- a/README +++ b/README @@ -26,7 +26,10 @@ First you need to install py.test, you can use pip: Then you need to run the tests - PYTHONPATH=$(pwd) py.test --run-postgresql tests/ + PYTHONPATH=$(pwd) py.test tests/ + +It is possible to pass a --without-postgresql-tests parameter to skip the +PostgreSQL tests. Copyright ---------