mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Change test_support to support. Fixes a failing test on Windows.
This commit is contained in:
parent
71fb7ca282
commit
48953cd335
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class BuildExtTestCase(TempdirManager, LoggingSilencer, unittest.TestCase):
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
# Get everything back to normal
|
# Get everything back to normal
|
||||||
if os.path.exists(_XX_MODULE_PATH):
|
if os.path.exists(_XX_MODULE_PATH):
|
||||||
test_support.unload('xx')
|
support.unload('xx')
|
||||||
sys.path[:] = self.sys_path
|
sys.path[:] = self.sys_path
|
||||||
# XXX on Windows the test leaves a directory
|
# XXX on Windows the test leaves a directory
|
||||||
# with xx module in TEMP
|
# with xx module in TEMP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue