diff --git a/tests/persistence/test_migrations.py b/tests/persistence/test_migrations.py index 677ba9014..daaf72b4a 100644 --- a/tests/persistence/test_migrations.py +++ b/tests/persistence/test_migrations.py @@ -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",