Skip to content

Commit

Permalink
CHIA-420 remove coin solutions deprecation ignores (#17990)
Browse files Browse the repository at this point in the history
remove coin solutions deprecation ignores
  • Loading branch information
altendky authored May 21, 2024
1 parent 50a5091 commit fe5ab17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ markers =
testpaths = chia/_tests/
filterwarnings =
error
ignore:JSON contains both `coin_solutions` and `coin_spends`, just use `coin_spends`
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:BackendFinder.find_spec\(\) not found; falling back to find_module\(\):ImportWarning
Expand Down

0 comments on commit fe5ab17

Please sign in to comment.