Re: Passing arguments to nosetests in debian/rules:override_dh_auto_test

2014-07-07 Thread Piotr Ożarowski
[Josue Ortega, 2014-07-06] Currently I am packging oct2py[0] which is a bridge between python and GNU octave Since some unit tests had issues with memory, upstream started to pass some arguments to the nosetests[1], since this arguments are passed in upstream travis.yml and Makefile they

Passing arguments to nosetests in debian/rules:override_dh_auto_test

2014-07-06 Thread Josue Ortega
Hi, Currently I am packging oct2py[0] which is a bridge between python and GNU octave Since some unit tests had issues with memory, upstream started to pass some arguments to the nosetests[1], since this arguments are passed in upstream travis.yml and Makefile they aren't taken by dh_auto_test.

Re: Passing arguments to nosetests in debian/rules:override_dh_auto_test

2014-07-06 Thread Paul Wise
On Mon, Jul 7, 2014 at 2:45 AM, Josue Ortega wrote: How can I pass them? and which is the right way to do it? According to the nosetests manual page the right way to do it is for upstream to delete the options from the Makefile and from travis.yaml and put them in a [nosetests] section in the