]> granicus.if.org Git - python/commitdiff
follow on to the last commit, remove the final POSIXPurePythonTestCase
authorGregory P. Smith <greg@krypto.org>
Sat, 28 May 2011 17:00:14 +0000 (10:00 -0700)
committerGregory P. Smith <greg@krypto.org>
Sat, 28 May 2011 17:00:14 +0000 (10:00 -0700)
reference.  (the difference between running test_subprocess.py
directly rather than via regrtest.py)

Lib/test/test_subprocess.py

index 99d7a924e8e7e64357325789da4c40e08f426bae..2eeff724309cc33eaeef22bd3791e15c370c90b1 100644 (file)
@@ -1603,7 +1603,6 @@ def test_main():
     unit_tests = (ProcessTestCase,
                   POSIXProcessTestCase,
                   Win32ProcessTestCase,
-                  ProcessTestCasePOSIXPurePython,
                   CommandTests,
                   ProcessTestCaseNoPoll,
                   HelperFunctionTests,