From: Daniele Varrazzo Date: Sun, 31 Mar 2024 22:22:07 +0000 (+0000) Subject: test: add pool package to django tests X-Git-Tag: 3.1.19~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=979fb51de33e4a296010af3e1cef6b9f7e17e881;p=thirdparty%2Fpsycopg.git test: add pool package to django tests It seems needed in the current main branch. --- diff --git a/.github/workflows/3rd-party-tests.yml b/.github/workflows/3rd-party-tests.yml index 26c9f270c..3ce77afba 100644 --- a/.github/workflows/3rd-party-tests.yml +++ b/.github/workflows/3rd-party-tests.yml @@ -140,7 +140,7 @@ jobs: python-version: "3.8" env: - DEPS: ./psycopg + DEPS: ./psycopg psycopg_pool>=3.2 services: postgresql: