Files
py-libp2p/pytest.ini
Paul Robinson 431db89753 template cleanup following initial merge with py-evm (#80)
* template cleanup following initial merge with py-evm

* add flake8 pin comment

* correct license years

* add pin note to mypy
2023-05-01 15:19:14 -06:00

10 lines
269 B
INI

[pytest]
addopts= -v --showlocals --durations 10
xfail_strict=true
log_format = %(levelname)8s %(asctime)s %(filename)20s %(message)s
log_date_format = %m-%d %H:%M:%S
timeout = 300
[pytest-watch]
runner= pytest --failed-first --maxfail=1 --no-success-flaky-report