Commit e8f38195 authored by Benjamin Peterson's avatar Benjamin Peterson

merge 3.3 (#19614)

parents f31213cd bb185ab3
...@@ -102,7 +102,7 @@ class TestSupport(unittest.TestCase): ...@@ -102,7 +102,7 @@ class TestSupport(unittest.TestCase):
self.assertTrue(os.path.isdir(path)) self.assertTrue(os.path.isdir(path))
self.assertFalse(os.path.isdir(path)) self.assertFalse(os.path.isdir(path))
finally: finally:
shutil.rmtree(parent_dir) support.rmtree(parent_dir)
def test_temp_dir__path_none(self): def test_temp_dir__path_none(self):
"""Test passing no path.""" """Test passing no path."""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment