1
2
3
4
5
6
7
[pytest]
filterwarnings =
    ignore::DeprecationWarning

markers =
    slow: marks tests as slow (deselect with '-m "not slow"')
    mpi: marks tests that require mpi (deselect with '-m "not mpi"')