mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Remove __cleanenv from PEP-657 tests (GH-27060)
This commit is contained in:
parent
4823d9a512
commit
052930f241
3 changed files with 5 additions and 6 deletions
|
@ -148,8 +148,7 @@ class CodeTestCase(unittest.TestCase):
|
|||
marshal.dump(co, f)
|
||||
|
||||
assert_python_ok('-X', 'no_debug_ranges',
|
||||
'-c', code, os_helper.TESTFN,
|
||||
__cleanenv=True)
|
||||
'-c', code, os_helper.TESTFN)
|
||||
finally:
|
||||
os_helper.unlink(os_helper.TESTFN)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue