Commit 8281ba8b authored by Gregory P. Smith's avatar Gregory P. Smith

follow on to the last commit, remove the final POSIXPurePythonTestCase

reference.  (the difference between running test_subprocess.py
directly rather than via regrtest.py)
parent 59fd1bfc
...@@ -1603,7 +1603,6 @@ def test_main(): ...@@ -1603,7 +1603,6 @@ def test_main():
unit_tests = (ProcessTestCase, unit_tests = (ProcessTestCase,
POSIXProcessTestCase, POSIXProcessTestCase,
Win32ProcessTestCase, Win32ProcessTestCase,
ProcessTestCasePOSIXPurePython,
CommandTests, CommandTests,
ProcessTestCaseNoPoll, ProcessTestCaseNoPoll,
HelperFunctionTests, HelperFunctionTests,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment