Skip to content

Commit a3097a4

Browse files
committed
Update test_support.py
1 parent a5b8247 commit a3097a4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/test/test_support.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ def tearDownClass(cls):
4343
)
4444
assert len(warnings.filters) == orig_filter_len - 2
4545

46-
# TODO: RUSTPYTHON
47-
@unittest.expectedFailure
4846
def test_ignored_deprecations_are_silent(self):
4947
"""Test support.ignore_deprecations_from() silences warnings"""
5048
with warnings.catch_warnings(record=True) as warning_objs:

0 commit comments

Comments
 (0)