From 76fd346fbdd04f7c7ebc7ae1d5ed64460fd982d2 Mon Sep 17 00:00:00 2001 From: vmoens Date: Wed, 31 Dec 2025 08:43:07 +0000 Subject: [PATCH] Update [ghstack-poisoned] --- test/test_objectives.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_objectives.py b/test/test_objectives.py index b957216bf26..d1b354b4c0b 100644 --- a/test/test_objectives.py +++ b/test/test_objectives.py @@ -200,6 +200,8 @@ pytest.mark.filterwarnings( "ignore:The PyTorch API of nested tensors is in prototype" ), + pytest.mark.filterwarnings("ignore:unclosed event loop:ResourceWarning"), + pytest.mark.filterwarnings("ignore:unclosed.*socket:ResourceWarning"), ]