Skip to content

Commit 338e7ea

Browse files
feat: Add PostgreSQL support to CI test dependencies
- Add 'postgres' to testcontainers extras in test dependencies - Add psycopg2-binary>=2.9.0 to test dependencies - Enables PostgreSQL multi-backend tests to run in CI This ensures CI will test both MySQL and PostgreSQL backends using the test_multi_backend.py integration tests.
1 parent 566c5b5 commit 338e7ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ test = [
106106
"pytest-cov",
107107
"requests",
108108
"s3fs>=2023.1.0",
109-
"testcontainers[mysql,minio]>=4.0",
109+
"testcontainers[mysql,minio,postgres]>=4.0",
110+
"psycopg2-binary>=2.9.0",
110111
"polars>=0.20.0",
111112
"pyarrow>=14.0.0",
112113
]

0 commit comments

Comments
 (0)