]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci(crdb): suspend testing with 25.1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 12 Feb 2025 11:38:38 +0000 (12:38 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 13 Feb 2025 13:23:20 +0000 (14:23 +0100)
There are some failures with the current image, reported upstream.

.github/workflows/tests.yml

index 7e04fd76afc829850bb32031435a004330805862..3ebf8b6647b1e9bf92705640e845d5b467ef8135 100644 (file)
@@ -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