Revision 4a3c8f3a4b73c49f9f7924584654b46ed5c32e6f authored by Jenkins for Software Heritage on 19 February 2020, 15:00:31 UTC, committed by Jenkins for Software Heritage on 19 February 2020, 15:00:31 UTC
Update to upstream version '0.0.174'
with Debian dir 8d31e83ca5c9c40500801331887fb0e85a0ad5e2
2 parent s fa4dac4 + a20779f
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