From: Daniele Varrazzo Date: Sat, 4 Feb 2023 10:15:55 +0000 (+0100) Subject: ci: add colors to pytest sqlalchemy run X-Git-Tag: pool-3.2.0~126^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F490%2Fhead;p=thirdparty%2Fpsycopg.git ci: add colors to pytest sqlalchemy run --- diff --git a/.github/workflows/3rd-party-tests.yml b/.github/workflows/3rd-party-tests.yml index f1748162a..ea88d9ff7 100644 --- a/.github/workflows/3rd-party-tests.yml +++ b/.github/workflows/3rd-party-tests.yml @@ -109,4 +109,4 @@ 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 + run: pytest -n 2 -q --dburi $URL --backend-only --dropfirst --color=yes