apply template updates found following merge with eth-typing (#81)

* apply template updates found following merge with eth-typing

* add build as a dev dependency

* remove timeout from pytest.ini, it doesn't do anything without pytest-timeout as a dep
This commit is contained in:
Paul Robinson
2023-04-13 12:47:12 -06:00
committed by pacrob
parent 431db89753
commit 3314247037
5 changed files with 7 additions and 9 deletions

View File

@ -1,9 +1,8 @@
[pytest]
addopts= -v --showlocals --durations 10
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