From fa11d0da51045077b543d42a1ab661c4a20b5127 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 1 Nov 2023 05:38:03 +0100 Subject: Adding upstream version 4.0.1. Signed-off-by: Daniel Baumann --- DEVELOP.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'DEVELOP.rst') diff --git a/DEVELOP.rst b/DEVELOP.rst index 4cde694..aed2cf8 100644 --- a/DEVELOP.rst +++ b/DEVELOP.rst @@ -165,8 +165,9 @@ in the ``tests`` directory. An example:: First, install the requirements for testing: :: - - $ pip install -r requirements-dev.txt + $ pip install -U pip setuptools + $ pip install --no-cache-dir ".[sshtunnel]" + $ pip install -r requirements-dev.txt Ensure that the database user has permissions to create and drop test databases by checking your ``pg_hba.conf`` file. The default user should be ``postgres`` -- cgit v1.2.3