1[pytest]
2filterwarnings =
3    error
4    ignore:.*With-statements.*:DeprecationWarning
5addopts = -x -rf
6junit_family = xunit2
7