Skip to content

Commit

Permalink
remove ignore for loop argument deprecation warning (#17927)
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed May 7, 2024
1 parent aefe7fd commit 2a2df63
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 @@ -26,7 +26,6 @@ filterwarnings =
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
ignore:getargs. The 'u' format is deprecated. Use 'U' instead.:DeprecationWarning
Expand Down

0 comments on commit 2a2df63

Please sign in to comment.