Skip to content

Commit

Permalink
Merge pull request #1667 from fractal-analytics-platform/1666-do-not-…
Browse files Browse the repository at this point in the history
…test-psycopg-adapter-for-v1-api

Do not test V1 with psycopg
  • Loading branch information
tcompa authored Jul 18, 2024
2 parents 169bd2e + 06daf64 commit 9ca3fe9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
python-version: ["3.9", "3.10"]
db: ["postgres", "postgres-psycopg"]
db: ["postgres"]

services:
postgres:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* Refactor `compress_folder` and `extract_archive` modules, and stop using `tarfile` library (\#1641).
* API:
* Introduce `FRACTAL_API_V1_MODE=include_without_submission` to include V1 API but forbid job submission (\#1664).
* Testing:
* Do not test V1 API with `DB_ENGINE="postgres-psycopg"` (\#1667).

# 2.3.3

Expand Down

0 comments on commit 9ca3fe9

Please sign in to comment.