]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
test: add pool package to django tests
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 31 Mar 2024 22:22:07 +0000 (22:22 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 1 Apr 2024 22:41:01 +0000 (22:41 +0000)
It seems needed in the current main branch.

.github/workflows/3rd-party-tests.yml

index 26c9f270c6f08fd8468f12c3bfad7c538577499c..1a5fa794ef968fd9a1f9e26b36359688419eec2a 100644 (file)
@@ -140,7 +140,7 @@ jobs:
             python-version: "3.8"
 
     env:
-      DEPS: ./psycopg
+      DEPS: ./psycopg ./psycopg_pool
 
     services:
       postgresql: