Files
chia-blockchain/pytest.ini
T
Earle LoweandGitHub 2f78e5d5a0 Removed unneeded ignores from pytest.ini (#20330)
* Remove specific ResourceWarning filter from pytest.ini

* Remove unclosed transport warning from pytest.ini

* Remove unclosed socket ResourceWarning filter

Removed warning filter for unclosed socket resource.

* Remove filter for unclosed file ResourceWarning

Removed warning filter for unclosed file resource warnings.
2025-12-15 09:47:50 -08:00

25 lines
994 B
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
markers =
build_test_chains
limit_consensus_modes
standard_block_tools
data_layer: Mark as a data layer related test.
test_mark_a1: used in testing test utilities
test_mark_a2: used in testing test utilities
test_mark_b1: used in testing test utilities
test_mark_b2: used in testing test utilities
testpaths = chia/_tests/
filterwarnings =
error
ignore:Exception ignored in:pytest.PytestUnraisableExceptionWarning
ignore:cannot collect test class:pytest.PytestCollectionWarning
ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning
ignore:record_property is incompatible with junit_family:pytest.PytestWarning
ignore:Implicit None on return values is deprecated and will raise