diff --git a/requirements-swh.txt b/requirements-swh.txt --- a/requirements-swh.txt +++ b/requirements-swh.txt @@ -1,3 +1,3 @@ -swh.core[db,http] >= 0.5 +swh.core[db,http] >= 0.14.0 swh.model >= 2.1.0 swh.objstorage >= 0.2.2 diff --git a/swh/storage/pytest_plugin.py b/swh/storage/pytest_plugin.py --- a/swh/storage/pytest_plugin.py +++ b/swh/storage/pytest_plugin.py @@ -18,7 +18,7 @@ swh_storage_postgresql = postgresql_fact( - "postgresql_proc", db_name="storage", dump_files=path.join(SQL_DIR, "*.sql") + "postgresql_proc", dbname="storage", dump_files=path.join(SQL_DIR, "*.sql") )