[Python-checkins] r78674 - python/branches/py3k/Lib/test/test_subprocess.py

florent.xicluna python-checkins at python.org
Fri Mar 5 02:07:40 CET 2010


Author: florent.xicluna
Date: Fri Mar  5 02:07:40 2010
New Revision: 78674

Log:
Remove some debug line...


Modified:
   python/branches/py3k/Lib/test/test_subprocess.py

Modified: python/branches/py3k/Lib/test/test_subprocess.py
==============================================================================
--- python/branches/py3k/Lib/test/test_subprocess.py	(original)
+++ python/branches/py3k/Lib/test/test_subprocess.py	Fri Mar  5 02:07:40 2010
@@ -850,7 +850,6 @@
                   ProcessTestCaseNoPoll,
                   HelperFunctionTests)
 
-    unit_tests = (POSIXProcessTestCase,)
     support.run_unittest(*unit_tests)
     support.reap_children()
 


More information about the Python-checkins mailing list