mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-04 18:14:23 -05:00
26 lines
1.1 KiB
INI
26 lines
1.1 KiB
INI
[pytest]
|
|
; logging options
|
|
log_cli = False
|
|
addopts = --verbose --tb=short -n auto -p no:monitor
|
|
log_level = WARNING
|
|
console_output_style = count
|
|
log_format = %(asctime)s %(name)s: %(levelname)s %(message)s
|
|
asyncio_mode = strict
|
|
markers=benchmark
|
|
testpaths = tests
|
|
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
|
|
ignore:The distutils package is deprecated:DeprecationWarning
|
|
ignore:There is no current event loop:DeprecationWarning
|