Fix bad inheritance in test_subprocess that led to a number of tests being executed twice.

This commit is contained in:
Georg Brandl 2012-02-20 21:34:57 +01:00
parent 8848255d8a
commit a86b262d1e
1 changed files with 1 additions and 1 deletions

View File

@ -1702,7 +1702,7 @@ class CommandsWithSpaces (BaseTestCase):
self.with_spaces([sys.executable, self.fname, "ab cd"])
class ContextManagerTests(ProcessTestCase):
class ContextManagerTests(BaseTestCase):
def test_pipe(self):
with subprocess.Popen([sys.executable, "-c",