From: Federico Caselli Date: Mon, 18 Dec 2023 20:31:22 +0000 (+0100) Subject: test: add async driver to sqlalchemy pipeline X-Git-Tag: 3.1.17~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6496f7b460077a9889608d6ad27adfc3acf9fd4e;p=thirdparty%2Fpsycopg.git test: add async driver to sqlalchemy pipeline --- diff --git a/.github/workflows/3rd-party-tests.yml b/.github/workflows/3rd-party-tests.yml index 2b14f28a6..bb4c9b90c 100644 --- a/.github/workflows/3rd-party-tests.yml +++ b/.github/workflows/3rd-party-tests.yml @@ -110,7 +110,7 @@ jobs: env: URL: postgresql+psycopg://postgres:password@127.0.0.1/test working-directory: sa_home/sa - run: pytest -n 2 -q --dburi $URL --backend-only --dropfirst --color=yes + run: pytest -n 2 -q --dburi $URL --backend-only --dropfirst --color=yes --dbdriver psycopg_async django: # linux should be enough to test if everything works.