Revision 374e01cf3634ee777d52774aae48dd3c230e6c54 authored by Antoine R. Dumont (@ardumont) on 04 September 2020, 13:35:44 UTC, committed by Antoine R. Dumont (@ardumont) on 04 September 2020, 13:37:24 UTC
This fixes by doing the minimum required so the diff module still works and fix
[1]. Will release release 0.14.1 asap.

[1] https://forge.softwareheritage.org/harbormaster/unit/view/918517/

Related to T645
1 parent 356eacd
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