test: explicitly test for psycopg3

This commit is contained in:
Matthias
2025-10-23 07:11:15 +02:00
parent 866bda8606
commit f1d48c8189

View File

@@ -441,7 +441,8 @@ def test_migrate_pairlocks(mocker, default_conf, fee, caplog):
"dialect",
[
"sqlite",
"postgresql",
"postgresql", # test for psycopg2 compat
"postgresql.psycopg", # test for psycopg3 compat
"mysql",
"oracle",
"mssql",