pkgsrc/devel/py-ipython012/patches/patch-bb
drochner 48674c2567 add pkg for ipython-0.12, the next major release, adding a nice
qt4 console (if py-qt4 is installed) and a web notebook (also needs
additional pkgs, see the docs)
Its APIs are incompatible to ipython-0.11 (which is used by the
"accerciser" pkg), thus imported as a separate pkg.
2012-04-17 17:45:40 +00:00

13 lines
492 B
Text

$NetBSD: patch-bb,v 1.1.1.1 2012/04/17 17:45:40 drochner Exp $
--- IPython/core/tests/test_interactiveshell.py.orig 2012-03-30 18:28:52.000000000 +0000
+++ IPython/core/tests/test_interactiveshell.py
@@ -269,7 +269,7 @@ class TestSystemRaw(unittest.TestCase):
def test_1(self):
"""Test system_raw with non-ascii cmd
"""
- cmd = ur'''python -c "'åäö'" '''
+ cmd = ur'''"%s" -c "'åäö'" ''' % sys.executable
_ip.shell.system_raw(cmd)