mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Unmark resolved test
This commit is contained in:
committed by
Jeong, YunWon
parent
c8b1cb8cab
commit
52a854a57a
1
Lib/test/test_warnings/__init__.py
vendored
1
Lib/test/test_warnings/__init__.py
vendored
@@ -241,7 +241,6 @@ class FilterTests(BaseTest):
|
||||
42)
|
||||
self.assertEqual(len(w), 0)
|
||||
|
||||
@unittest.expectedFailure # TODO: RUSTPYTHON re.PatternError: bad escape \z at position 15
|
||||
def test_filter_module(self):
|
||||
MS_WINDOWS = (sys.platform == 'win32')
|
||||
with self.module.catch_warnings(record=True) as w:
|
||||
|
||||
Reference in New Issue
Block a user