Revision b6971b51399a6cfc612d28894a8c990da006676a authored by Antoine R. Dumont (@ardumont) on 16 July 2020, 13:06:55 UTC, committed by Antoine R. Dumont (@ardumont) on 16 July 2020, 13:13:05 UTC
Related to T2484

Should fix [1]

[1] https://jenkins.softwareheritage.org/view/Debian%20packages/job/debian/job/packages/job/DLDBASE/job/gbp-buildpackage/154/console
1 parent 3abf6b3
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