Revision 37ce2c4205c090575b9399446b212229c71ac3df authored by Antoine Lambert on 17 September 2020, 11:57:15 UTC, committed by Antoine Lambert on 17 September 2020, 11:57:15 UTC
flake8 hook has been removed from https://github.com/pre-commit/pre-commit-hooks
so now use the one from https://gitlab.com/pycqa/flake8
1 parent f008a59
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