components/python/ipython/patches/dtexample.py.patch
author James Chang <james.c.chang@Oracle.COM>
Fri, 17 Jul 2015 13:25:28 -0700
changeset 4663 ab6b84c05705
permissions -rw-r--r--
20224689 need to investigate if python/ipython tests can be added to Makefile test target

# Patch to fix hanging ipfunc test on sparc. Not for upstream.

--- ipython-0.10/IPython/testing/plugin/dtexample.py	2009-04-15 17:58:05.000000000 -0700
+++ ipython-0.10/IPython/testing/plugin/dtexample.py	2015-07-07 09:41:08.098281161 -0700
@@ -23,7 +23,7 @@
     """
     return 'pyfunc'
 
-
+'''
 def ipfunc():
     """Some ipython tests...
 
@@ -71,7 +71,7 @@
     Out[9]: 'ipfunc'
     """
     return 'ipfunc'
-
+'''
 
 def ranfunc():
     """A function with some random output.