On Sun, Jan 23, 2011 at 3:16 PM, Arfrever Frehtes Taifersar Arahesis
<arfrever....@gmail.com> wrote:
> Test failures with Python 2.7:
>
> ======================================================================
> ERROR: test_all (Cython.Debugger.Tests.TestLibCython.TestAll)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File 
> "/var/tmp/portage/dev-python/cython-0.14.1_rc2/work/Cython-0.14.1rc2/Cython/Debugger/Tests/TestLibCython.py",
>  line 177, in setUp
>    python_version_number = [int(a.strip()) for a in 
> python_version.strip('()').split(',')[:3]]
> ValueError: invalid literal for int() with base 10: 'sys.version_info(major=2'
>
> ======================================================================
> ERROR: runTest (__main__.EndToEndTest)
> End-to-end basic_cythonize.srctree
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "runtests.py", line 797, in setUp
>    os.path.join('tests', 'build', self.treefile), self.workdir)
>  File 
> "/var/tmp/portage/dev-python/cython-0.14.1_rc2/work/Cython-0.14.1rc2/Cython/TestUtils.py",
>  line 176, in unpack_source_tree
>    f = open(tree_file)
> IOError: [Errno 2] No such file or directory: 
> 'tests/build/basic_cythonize.srctree'

I think all of these failed because of a unfixed chdir in the failed
debugging test. Please try again with the latest rc.

- Robert
_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to