Commit 338e7ea
committed
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
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
0 commit comments