mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Repair test failure. Bug 8727.
This commit is contained in:
parent
2b80fa6939
commit
04b5684d00
3 changed files with 13 additions and 3 deletions
|
@ -142,7 +142,6 @@ class ImportTests(unittest.TestCase):
|
|||
self.assertIs(orig_path, new_os.path)
|
||||
self.assertIsNot(orig_getenv, new_os.getenv)
|
||||
|
||||
@unittest.expectedFailure # Issue 8727 is tracking the fix.
|
||||
def test_module_with_large_stack(self, module='longlist'):
|
||||
# Regression test for http://bugs.python.org/issue561858.
|
||||
filename = module + '.py'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue