Revision 4fbf4814370f786d75a0e2fe4f54d0f802a8592b authored by Nicolas Dandrimont on 03 November 2020, 10:40:01 UTC, committed by Nicolas Dandrimont on 03 November 2020, 13:56:16 UTC
For consistency with swh.model v0.7.2, to prepare for the addition of
an (intrinsic) id field to RawExtrinsicMetadata objects.
1 parent 8b18155
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