follow on to the last commit, remove the final POSIXPurePythonTestCase

reference.  (the difference between running test_subprocess.py
directly rather than via regrtest.py)
This commit is contained in:
Gregory P. Smith 2011-05-28 10:00:14 -07:00
parent 59fd1bfcc1
commit 8281ba8bcb
1 changed files with 0 additions and 1 deletions

View File

@ -1603,7 +1603,6 @@ def test_main():
unit_tests = (ProcessTestCase,
POSIXProcessTestCase,
Win32ProcessTestCase,
ProcessTestCasePOSIXPurePython,
CommandTests,
ProcessTestCaseNoPoll,
HelperFunctionTests,