https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 68d78cb89acbf95f5b8943b581a254def419984f authored by Jenkins for Software Heritage on 19 October 2022, 13:05:31 UTC
Updated backport on buster-swh from debian/1.7.1-1_swh1 (unstable-swh)
Tip revision: 68d78cb
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