Revision 1bacea5c447395c496e2ba641ee3505c4ad85ea5 authored by Valentin Lorentz on 13 April 2021, 15:12:13 UTC, committed by Valentin Lorentz on 13 April 2021, 15:12:13 UTC
This makes 'tox -e sphinx-dev' not rely on the existence of
the database on the system.
1 parent c96942b
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