mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
test: explicitly test for psycopg3
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user