https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 82ad28bb29f52424b89a12fbaba286fce1c13c1e authored by Valentin Lorentz on 23 October 2022, 15:39:30 UTC
Fix documentation build
Tip revision: 82ad28b
pytest.ini
[pytest]
norecursedirs = build docs .*
filterwarnings =
    ignore:.*the imp module.*:PendingDeprecationWarning
markers =
    db: execute tests using a postgresql database
    cassandra: execute tests using a cassandra database (which are slow)
    property_based: execute tests generating data with hypothesis (potentially long run time)
    network: execute tests using a socket between two threads

asyncio_mode = strict
back to top