diff options
| author | Gregory P. Smith <greg@krypto.org> | 2011-05-28 17:00:14 (GMT) |
|---|---|---|
| committer | Gregory P. Smith <greg@krypto.org> | 2011-05-28 17:00:14 (GMT) |
| commit | 8281ba8bcb6ba9313074769337eb2a9f875c0ed9 (patch) | |
| tree | 70fcafba63f45d04088defb26cf9e93a27d5cb39 | |
| parent | 59fd1bfcc1dc04b346141da6eb15de9c64d5d4ea (diff) | |
| download | cpython-8281ba8bcb6ba9313074769337eb2a9f875c0ed9.zip cpython-8281ba8bcb6ba9313074769337eb2a9f875c0ed9.tar.gz cpython-8281ba8bcb6ba9313074769337eb2a9f875c0ed9.tar.bz2 | |
follow on to the last commit, remove the final POSIXPurePythonTestCase
reference. (the difference between running test_subprocess.py
directly rather than via regrtest.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 99d7a92..2eeff72 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, |
