2014-02-12 22:01 Arfrever Frehtes Taifersar Arahesis napisaĆ(a): > Error occurs in Cython.Debugger.Tests.TestLibCython.TestAll.test_all(): > > > ====================================================================== > ERROR: test_all (Cython.Debugger.Tests.TestLibCython.TestAll) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/tmp/Cython-0.20.1/Cython/Debugger/Tests/TestLibCython.py", line 188, > in setUp > super(GdbDebuggerTestCase, self).setUp() > File "/tmp/Cython-0.20.1/Cython/Debugger/Tests/TestLibCython.py", line 126, > in setUp > **opts > TypeError: __init__() takes at least 5 non-keyword arguments (4 given) > > ---------------------------------------------------------------------- > Ran 8372 tests in 3569.636s > > FAILED (errors=1) > ALL DONE
This problem was probably introduced in commit cdf5f0de5a0fd3d99857fd33468f24952248607f, which changed signature of runtests.CythonCompileTestCase.__init__(), but failed to update call to this function in Cython/Debugger/Tests/TestLibCython.py. https://github.com/cython/cython/commit/cdf5f0de5a0fd3d99857fd33468f24952248607f -- Arfrever Frehtes Taifersar Arahesis
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel