https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 5335244fc187b5323ddd4f5dea223f96c782f64f authored by Valentin Lorentz on 09 August 2022, 13:42:03 UTC
retry: Add constant 10s wait when retrying transient exceptions
Tip revision: 5335244
conftest.py
# Copyright (C) 2020  The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information

pytest_plugins = ["swh.storage.pytest_plugin", "swh.core.db.pytest_plugin"]
back to top