Skip to content

Commit eaaf97a

Browse files
committed
[Test] Ignore script_method deprecation warning
ghstack-source-id: 01346b6 Pull-Request: #3313
1 parent 06960c6 commit eaaf97a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_objectives.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@
192192
),
193193
pytest.mark.filterwarnings("ignore:unclosed event loop:ResourceWarning"),
194194
pytest.mark.filterwarnings("ignore:unclosed.*socket:ResourceWarning"),
195+
pytest.mark.filterwarnings(
196+
"ignore:`torch.jit.script_method` is deprecated:DeprecationWarning"
197+
),
195198
]
196199

197200

0 commit comments

Comments
 (0)