]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: fix install instruction in docker to test the pool too
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 12 Jul 2022 23:18:45 +0000 (00:18 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 12 Jul 2022 23:44:44 +0000 (00:44 +0100)
tests/README.rst

index a428bb4d7a749886b5c8d423bb5fa46961114621..4151f848e9840cc5da22d5a6fcad20deef1769ad 100644 (file)
@@ -69,5 +69,5 @@ 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