From 33cbd3ecdd050ac9253d3ecce75e2183ef49f332 Mon Sep 17 00:00:00 2001 From: vmoens Date: Thu, 8 Jan 2026 10:19:19 +0000 Subject: [PATCH] Update [ghstack-poisoned] --- test/test_objectives.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test_objectives.py b/test/test_objectives.py index 40df50691dc..70ec5067179 100644 --- a/test/test_objectives.py +++ b/test/test_objectives.py @@ -192,6 +192,9 @@ ), pytest.mark.filterwarnings("ignore:unclosed event loop:ResourceWarning"), pytest.mark.filterwarnings("ignore:unclosed.*socket:ResourceWarning"), + pytest.mark.filterwarnings( + "ignore:`torch.jit.script_method` is deprecated:DeprecationWarning" + ), ]