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
Remove patch from passing test
  • Loading branch information
ShaharNaveh committed Sep 20, 2025
commit 9c912adf5d96d82f4d3af83138c04778d1867b72
1 change: 0 additions & 1 deletion Lib/test/test_sundry.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import unittest

class TestUntestedModules(unittest.TestCase):
@unittest.expectedFailureIfWindows('TODO: RUSTPYTHON')
def test_untested_modules_can_be_imported(self):
untested = ('encodings',)
with warnings_helper.check_warnings(quiet=True):
Expand Down