mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-05 02:24:21 -05:00
* reduce output from running tests to mostly include logs from failed tests * back-paddle on the log level
22 lines
913 B
INI
22 lines
913 B
INI
[pytest]
|
|
; logging options
|
|
log_cli = False
|
|
addopts = --verbose --tb=short
|
|
log_level = WARNING
|
|
console_output_style = count
|
|
log_format = %(asctime)s %(name)s: %(levelname)s %(message)s
|
|
asyncio_mode = strict
|
|
filterwarnings =
|
|
error
|
|
ignore:ssl_context is deprecated:DeprecationWarning
|
|
ignore:Implicitly cleaning up:ResourceWarning
|
|
ignore:unclosed <socket\.socket:ResourceWarning
|
|
ignore:Unclosed client session:ResourceWarning
|
|
ignore:unclosed file:ResourceWarning
|
|
ignore:unclosed transport:ResourceWarning
|
|
ignore:coroutine '.*' was never awaited:RuntimeWarning
|
|
ignore:`coin_solutions` is now `coin_spends`:UserWarning
|
|
ignore:Exception ignored in:pytest.PytestUnraisableExceptionWarning
|
|
ignore:cannot collect test class:pytest.PytestCollectionWarning
|
|
ignore:The loop argument is deprecated since Python 3\.8, and scheduled for removal in Python 3\.10.:DeprecationWarning
|