Revision 2a46802eef80d66fa6e6e4338570996a83a12971 authored by Jenkins for Software Heritage on 14 November 2019, 12:37:16 UTC, committed by Jenkins for Software Heritage on 14 November 2019, 12:37:16 UTC
2 parent s 05d648e + e296dfb
Raw File
pytest.ini
[pytest]
norecursedirs = docs
filterwarnings =
    ignore:.*the imp module.*:PendingDeprecationWarning
markers =
    db: execute tests using a postgresql database
    property_based: execute tests generating data with hypothesis (potentially long run time)
    network: execute tests using a socket between two threads
back to top