Skip to content

Commit

Permalink
Drop ResourceWarning suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Sep 5, 2023
1 parent e6cf296 commit 9875902
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ filterwarnings =
ignore:The loop argument is deprecated::asyncio
ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated::pydocstyle
ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated::pyreadline
# Suppress resource warnings pending investigation
always::ResourceWarning
junit_suite_name = colcon-core
markers =
flake8
Expand Down

0 comments on commit 9875902

Please sign in to comment.