[Jython-checkins] jython: For now, skip testing of test_cmd_line_script

jim.baker jython-checkins at python.org
Sat Dec 13 05:26:12 CET 2014


https://hg.python.org/jython/rev/aa6cafe2a1cc
changeset:   7450:aa6cafe2a1cc
user:        Jim Baker <jim.baker at rackspace.com>
date:        Fri Dec 12 21:26:05 2014 -0700
summary:
  For now, skip testing of test_cmd_line_script

Command line testing is currently too hard. Triaging for a possible
post 2.7.0 fix.

files:
  Lib/test/regrtest.py |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1266,6 +1266,9 @@
         test_asynchat
         test_asyncore
 
+        # Command line testing is hard for Jython to do, but revisit
+        test_cmd_line_script
+
         # Tests that should work with socket-reboot, but currently hang
         test_ftplib
         test_httplib

-- 
Repository URL: https://hg.python.org/jython


More information about the Jython-checkins mailing list