Skip to content
Snippets Groups Projects
Verified Commit 4e1fb5e0 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

swh.vault.tests.conftest: Drop dead code

parent 96fb8383
No related branches found
Tags v0.4.0
1 merge request!75swh.vault.tests.conftest: Drop dead code
......@@ -29,15 +29,6 @@ if pytest_v < pkg_resources.extern.packaging.version.parse("3.9"):
yield pathlib.Path(tmpdir)
def db_url(name, postgresql_proc):
return "postgresql://{user}@{host}:{port}/{dbname}".format(
host=postgresql_proc.host,
port=postgresql_proc.port,
user="postgres",
dbname=name,
)
VAULT_SQL_DIR = os.path.join(os.path.dirname(swh.vault.__file__), "sql")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment