Skip to content

Commit

Permalink
CHIA-420 remove coroutine never awaited warning ignore (#18113)
Browse files Browse the repository at this point in the history
remove coroutine never awaited warning ignore
  • Loading branch information
altendky committed Jun 18, 2024
1 parent 74b86c0 commit 60ae4bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ filterwarnings =
ignore:Unclosed client session:ResourceWarning
ignore:unclosed file:ResourceWarning
ignore:unclosed transport:ResourceWarning
ignore:coroutine '.*' was never awaited:RuntimeWarning
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 60ae4bc

Please sign in to comment.