From: Daniele Varrazzo Date: Wed, 12 Feb 2025 11:38:38 +0000 (+0100) Subject: ci(crdb): suspend testing with 25.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22938b44650f521e07fdc916fb7c65eadc2823dd;p=thirdparty%2Fpsycopg.git ci(crdb): suspend testing with 25.1 There are some failures with the current image, reported upstream. --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7e04fd76a..3ebf8b664 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -379,9 +379,11 @@ jobs: # curl -fsSL -X GET \ # https://us-docker.pkg.dev/v2/cockroach-cloud-images/cockroachdb/cockroach/tags/list \ # | jq .tags | egrep 'latest-[^-]+-build' | sort + # Suspended as currently failing + # - {impl: c, crdb: "latest-master-build", python: "3.13"} + # - {impl: c, crdb: "latest-v25.1-build", python: "3.13", libpq: newest} - {impl: c, crdb: "latest-v24.3-build", python: "3.9", libpq: newest} - {impl: python, crdb: "latest-v23.2-build", python: "3.12"} - - {impl: c, crdb: "latest-master-build", python: "3.13"} env: PSYCOPG_IMPL: ${{ matrix.impl }} DEPS: ./psycopg[test] ./psycopg_pool