Revision ac3c537dc7e00e5c5a06eb5d835bc12422344191 authored by Nicolas Dandrimont on 24 September 2020, 17:50:12 UTC, committed by Nicolas Dandrimont on 24 September 2020, 18:08:56 UTC
This should fix the currently failing documentation build.
1 parent 96be9bd
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