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.2.0~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ed7283793c5b8b65c78ad2c2e43d1850c20fd84;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..1a5fa794e 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 services: postgresql: