Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Skip failing test in test_sys for now
Updating test_sys to CPython 3.14 is beyond the scope of this PR.
  • Loading branch information
fanninpm authored and youknowone committed Jan 18, 2026
commit f5c03333b8a25c23499e7c89217de324f4c20968
1 change: 1 addition & 0 deletions Lib/test/test_sys.py
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,7 @@ def test_subinterp_intern_singleton(self):
'''))
self.assertTrue(sys._is_interned(s))

@unittest.expectedFailure # TODO: RUSTPYTHON needs update for context_aware_warnings
def test_sys_flags(self):
self.assertTrue(sys.flags)
attrs = ("debug",
Expand Down