diff options
author | Gregory P. Smith <greg@krypto.org> | 2011-05-28 10:00:14 -0700 |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2011-05-28 10:00:14 -0700 |
commit | 8281ba8bcb6ba9313074769337eb2a9f875c0ed9 (patch) | |
tree | 70fcafba63f45d04088defb26cf9e93a27d5cb39 /Lib/test/test_subprocess.py | |
parent | 59fd1bfcc1dc04b346141da6eb15de9c64d5d4ea (diff) | |
download | cpython-git-8281ba8bcb6ba9313074769337eb2a9f875c0ed9.tar.gz |
follow on to the last commit, remove the final POSIXPurePythonTestCase
reference. (the difference between running test_subprocess.py
directly rather than via regrtest.py)
Diffstat (limited to 'Lib/test/test_subprocess.py')
-rw-r--r-- | Lib/test/test_subprocess.py | 1 |
1 files changed, 0 insertions, 1 deletions
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, |