From 9896724fe085060b0841675cb7d6ccd9a2b705ee Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 13 Jul 2022 00:18:45 +0100 Subject: [PATCH] docs: fix install instruction in docker to test the pool too --- tests/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3