test: explicitly test for psycopg3
This commit is contained in:
@@ -441,7 +441,8 @@ def test_migrate_pairlocks(mocker, default_conf, fee, caplog):
|
|||||||
"dialect",
|
"dialect",
|
||||||
[
|
[
|
||||||
"sqlite",
|
"sqlite",
|
||||||
"postgresql",
|
"postgresql", # test for psycopg2 compat
|
||||||
|
"postgresql.psycopg", # test for psycopg3 compat
|
||||||
"mysql",
|
"mysql",
|
||||||
"oracle",
|
"oracle",
|
||||||
"mssql",
|
"mssql",
|
||||||
|
|||||||
Reference in New Issue
Block a user