[Jython-checkins] jython: I don't think that test_profile makes sense for Jython ATM.

frank.wierzbicki jython-checkins at python.org
Thu Jun 28 19:37:42 CEST 2012


http://hg.python.org/jython/rev/cae4af5b5a8e
changeset:   6769:cae4af5b5a8e
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Thu Jun 28 10:37:16 2012 -0700
summary:
  I don't think that test_profile makes sense for Jython ATM.

files:
  Lib/test/regrtest.py |  1 +
  1 files changed, 1 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
@@ -1236,6 +1236,7 @@
         test_parser
         test_plistlib
         test_poll
+        test_profile
         test_pty
         test_resource
         test_rgbimg

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


More information about the Jython-checkins mailing list