Revision e63b78c6f9b2a23599f1bbc791d0e039aa3e2864 authored by Valentin Lorentz on 30 July 2020, 09:30:28 UTC, committed by Valentin Lorentz on 30 July 2020, 09:30:28 UTC
Unbreaks swh-loader-core's tests, which are all red when run with the current
swh-storage version.

Unfortunately, swh-storage's tests did not catch it, because the in-memory
backend works fine with iterables, but the pg backend doesn't.
1 parent 7667f7e
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