@Emmanuel, I presume (home) you worked on an outdated source tree. If you pull again, the patch shall be undone. The Debian default had the tests performed from within the .pybuild tree structure. When Nilesh started the tests from the root of the source tree, this fixed everything. :o) But thanks for investigating. Much appreciated.
@Andreas, I liked your changes. Is more coming? Otherwise I would like to send this off. Cheers, Steffen On 19.06.20 05:15, Emmanuel Arias wrote:
Hi, I can make the test run successfully locally. you must fix the d/patches/fixTests.patch patch removing the change: ``` - cdna_classifier = path.join(pkg_base, 'scripts', 'cdna_classifier.py') + cdna_classifier = path.join(pkg_base, '../../../scripts', 'cdna_classifier.py') ``` If you let that line as upstream, the test runs successfully. Cheers, Arias Emmanuel @eamanu yaerobi.com <http://yaerobi.com> On Thu, Jun 18, 2020 at 7:52 PM Steffen Möller <[email protected] <mailto:[email protected]>> wrote: On 18.06.20 22:54, Emmanuel Arias wrote: > > > On Thu, Jun 18, 2020 at 3:08 PM Andreas Tille <[email protected] <mailto:[email protected]> > <mailto:[email protected] <mailto:[email protected]>>> wrote: > > On Thu, Jun 18, 2020 at 12:01:10PM -0300, Emmanuel Arias wrote: > > Sorry for my question, but `cmp` is in the project? > > You mean > > $ dpkg -S `which cmp` > diffutils: /usr/bin/cmp > > ? Its default POSIX if I remember correctly. > > > ooops! yes, Sorry! The warning on "cmp" in pychopper if I read this right refers to what once was a Python function https://stackoverflow.com/questions/22490366/how-to-use-cmp-in-python-3 <https://stackoverflow.com/questions/22490366/how-to-use-cmp-in-python-3> @Andreas - did you have a look at pychopper already? Best, Steffen

