Remove __cleanenv from PEP-657 tests (GH-27060)

This commit is contained in:
Ammar Askar 2021-07-07 17:47:50 -04:00 committed by GitHub
parent 4823d9a512
commit 052930f241
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View file

@ -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)