Revision 312127af7ce3a21287bae9cd5d3e2d124d577c6b authored by Antoine R. Dumont (@ardumont) on 30 June 2020, 13:22:59 UTC, committed by Antoine R. Dumont (@ardumont) on 30 June 2020, 13:54:01 UTC
This is no longer possible as OriginVisit no longer hold the same information
as OriginVisitStatus.

This will allow to drop entirely those fields in the model.

Related to T2310
1 parent 953bd29
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