Skip to content

Commit

Permalink
Drop ResourceWarning suppression
Browse files Browse the repository at this point in the history
This suppression is no longer necessary after the fix introduced as part
of 74a6705.
  • Loading branch information
cottsay committed Sep 6, 2023
1 parent e6cf296 commit 6639183
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 6639183

Please sign in to comment.