Revision b093a5a9e7f2d5a94386caecb5922cfc7bbac0eb authored by Antoine Lambert on 20 February 2020, 12:24:02 UTC, committed by Antoine Lambert on 20 February 2020, 12:38:48 UTC
This fixes swh-storage debian package build on buster as python3-tenacity
version is 4.12.
1 parent 7cf0864
Raw File
pytest.ini
[pytest]
norecursedirs = 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
back to top