From 8281ba8bcb6ba9313074769337eb2a9f875c0ed9 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Sat, 28 May 2011 10:00:14 -0700 Subject: [PATCH] follow on to the last commit, remove the final POSIXPurePythonTestCase reference. (the difference between running test_subprocess.py directly rather than via regrtest.py) --- Lib/test/test_subprocess.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py index 99d7a924e8e..2eeff724309 100644 --- a/Lib/test/test_subprocess.py +++ b/Lib/test/test_subprocess.py @@ -1603,7 +1603,6 @@ def test_main(): unit_tests = (ProcessTestCase, POSIXProcessTestCase, Win32ProcessTestCase, - ProcessTestCasePOSIXPurePython, CommandTests, ProcessTestCaseNoPoll, HelperFunctionTests,