From 7160cbffcc3abef7315e0ad31cf9744e50d033c9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 9 Oct 2011 00:54:43 -0400 Subject: close nativeio --- pyramid/tests/test_scaffolds/test_copydir.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyramid/tests/test_scaffolds/test_copydir.py b/pyramid/tests/test_scaffolds/test_copydir.py index b61dc85c3..114de266f 100644 --- a/pyramid/tests/test_scaffolds/test_copydir.py +++ b/pyramid/tests/test_scaffolds/test_copydir.py @@ -14,6 +14,7 @@ class Test_copy_dir(unittest.TestCase): def tearDown(self): import shutil shutil.rmtree(self.dirname, ignore_errors=True) + self.out.close() def _callFUT(self, *arg, **kw): kw['out_'] = self.out -- cgit v1.2.3