Skip to content

Commit 4ca36aa

Browse files
committed
Skip failing test in test_sys for now
Updating test_sys to CPython 3.14 is beyond the scope of this PR.
1 parent abea6bd commit 4ca36aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_sys.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -882,6 +882,7 @@ def test_subinterp_intern_singleton(self):
882882
'''))
883883
self.assertTrue(sys._is_interned(s))
884884

885+
@unittest.expectedFailure # TODO: RUSTPYTHON needs update for context_aware_warnings
885886
def test_sys_flags(self):
886887
self.assertTrue(sys.flags)
887888
attrs = ("debug",

0 commit comments

Comments
 (0)