Skip to content

Commit

Permalink
Remove ignore_deprecations_warnings()
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero committed Dec 5, 2024
1 parent 92e9776 commit 1fb1410
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/python_pybind11/test/SphericalCoordinates_TEST.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@
from gz.math9 import Angle, CoordinateVector3, SphericalCoordinates, Vector3d


def ignore_deprecation_warnings(test_func):
def do_test(self, *args, **kwargs):
with warnings.catch_warnings():
warnings.simplefilter("ignore", category=DeprecationWarning)
test_func(self, *args, **kwargs)
return do_test


class TestSphericalCoordinates(unittest.TestCase):
def test_constructor(self):
# Default surface type
Expand Down

0 comments on commit 1fb1410

Please sign in to comment.