From: Daniele Varrazzo Date: Tue, 12 Jul 2022 23:18:45 +0000 (+0100) Subject: docs: fix install instruction in docker to test the pool too X-Git-Tag: 3.1~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9896724fe085060b0841675cb7d6ccd9a2b705ee;p=thirdparty%2Fpsycopg.git docs: fix install instruction in docker to test the pool too --- diff --git a/tests/README.rst b/tests/README.rst index bdbae40c8..7440b72a4 100644 --- a/tests/README.rst +++ b/tests/README.rst @@ -69,7 +69,7 @@ a set of env vars working for your setup:: -e PSYCOPG_TEST_DSN -e PGHOST=172.17.0.1 -e PGUSER=`whoami` \ python:3.7 bash - # pip install -e ./psycopg[test] ./psycopg_c + # pip install -e ./psycopg[test] ./psycopg_pool ./psycopg_c # pytest