request = <SubRequest 'swh_storage_postgresql' for <Function test_loader_hg_new_visit_no_release>>
@pytest.fixture
def postgresql_factory(request: FixtureRequest):
"""Fixture factory for PostgreSQL.
:param FixtureRequest request: fixture request object
:rtype: psycopg2.connection
:returns: postgresql client
"""
> config = factories.get_config(request)
E AttributeError: module 'pytest_postgresql.factories' has no attribute 'get_config'
.tox/py3/lib/python3.7/site-packages/swh/core/db/pytest_plugin.py:150: AttributeError
TEST RESULT
TEST RESULT
- Run At
- May 5 2021, 6:33 PM