[IPython-dev] Question about test_pr and python3
Fernando Perez
fperez.net at gmail.com
Sat May 26 02:24:36 EDT 2012
Hey Thomas,
I can't seem to get test_pr to successfully run the test suite for me
with py3, I keep getting these:
======================================================================
ERROR: test_startup_ipy (IPython.core.tests.test_profile.ProfileStartupTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/testing/decorators.py",
line 229, in skipper_func
return f(*args, **kwargs)
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/core/tests/test_profile.py",
line 118, in test_startup_ipy
self.validate('test')
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/core/tests/test_profile.py",
line 107, in validate
tt.ipexec_validate(self.fname, output, '', options=self.options)
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/testing/tools.py",
line 252, in ipexec_validate
out, err = ipexec(fname, options)
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/testing/tools.py",
line 210, in ipexec
ipython_cmd = find_cmd('ipython3' if py3compat.PY3 else 'ipython')
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/utils/process.py",
line 71, in find_cmd
raise FindCmdError('command could not be found: %s' % cmd)
IPython.utils.process.FindCmdError: command could not be found: ipython3
Am I supposed to install manually the branch?
thanks
f
More information about the IPython-dev
mailing list