From: Gregory P. Smith Date: Sat, 28 May 2011 17:00:14 +0000 (-0700) Subject: follow on to the last commit, remove the final POSIXPurePythonTestCase X-Git-Tag: v3.3.0a1~2183^2~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8281ba8bcb6ba9313074769337eb2a9f875c0ed9;p=python follow on to the last commit, remove the final POSIXPurePythonTestCase reference. (the difference between running test_subprocess.py directly rather than via regrtest.py) --- diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py index 99d7a924e8..2eeff72430 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,