Skip to content

Commit

Permalink
Revert an inadvertant change
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed May 31, 2024
1 parent 9add57c commit 360024c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_entry_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
with warnings.catch_warnings():
warnings.filterwarnings(
'ignore', message='.*entry_point.*deprecated.*', category=UserWarning)
warnings.filterwarnings(
'ignore', message='.*pkg_resources.*', category=DeprecationWarning)

from colcon_core.entry_point import EXTENSION_POINT_GROUP_NAME
from colcon_core.entry_point import get_all_entry_points
Expand Down

0 comments on commit 360024c

Please sign in to comment.