Re: Unable to set custom test command for pybuild

2024-11-03 Thread Julian Gilbey
On Fri, Nov 01, 2024 at 08:33:38AM +0100, Matthias Klose wrote: > On 31.10.24 21:53, Julian Gilbey wrote: > > Hi Adrian, > > [...] > > > I think this information could be added to the Pybuild page on the Debian > > > wiki [2]. > > > > Sounds a great idea; please feel free to edit the page to incl

Re: Unable to set custom test command for pybuild

2024-11-01 Thread Antonio Terceiro
On Thu, Oct 31, 2024 at 07:08:20PM +0100, John Paul Adrian Glaubitz wrote: > Hi Julian, > > On Thu, 2024-10-31 at 17:57 +, Julian Gilbey wrote: > > On Thu, Oct 31, 2024 at 06:22:45PM +0100, John Paul Adrian Glaubitz wrote: > > > (Please CC me as I'm not subscribed to this list) > > > > > > He

Re: Unable to set custom test command for pybuild

2024-11-01 Thread Matthias Klose
On 31.10.24 21:53, Julian Gilbey wrote: Hi Adrian, On Thu, Oct 31, 2024 at 07:08:20PM +0100, John Paul Adrian Glaubitz wrote: Hi Julian, [...] Thanks a lot. I would have never guessed that. Meanwhile, I found the following alternative approach in the README.rst [1]: dh_auto_test -- -

Re: Unable to set custom test command for pybuild

2024-10-31 Thread Julian Gilbey
Hi Adrian, On Thu, Oct 31, 2024 at 07:08:20PM +0100, John Paul Adrian Glaubitz wrote: > Hi Julian, > > [...] > Thanks a lot. I would have never guessed that. > > Meanwhile, I found the following alternative approach in the README.rst [1]: > > dh_auto_test -- --system=custom --test-args='{

Re: Unable to set custom test command for pybuild

2024-10-31 Thread John Paul Adrian Glaubitz
On Thu, 2024-10-31 at 23:31 +0500, Andrey Rakhmatullin wrote: > > Thanks a lot. I would have never guessed that. > > (see "Most options can be set (in addition to command line) via > environment variables." in "OPTIONS") Yes, but it doesn't show the actual syntax. It would have been more clear i

Re: Unable to set custom test command for pybuild

2024-10-31 Thread Andrey Rakhmatullin
On Thu, Oct 31, 2024 at 07:08:20PM +0100, John Paul Adrian Glaubitz wrote: > > > (Please CC me as I'm not subscribed to this list) > > > > > > Hello, > > > > > > I need to override the standard test for pybuild and according to the > > > manpage [1] > > > this is achieved by passing "--test-cust

Re: Unable to set custom test command for pybuild

2024-10-31 Thread Julian Gilbey
On Thu, Oct 31, 2024 at 06:22:45PM +0100, John Paul Adrian Glaubitz wrote: > (Please CC me as I'm not subscribed to this list) > > Hello, > > I need to override the standard test for pybuild and according to the manpage > [1] > this is achieved by passing "--test-custom" to pybuild. Unfortunatel

Re: Unable to set custom test command for pybuild

2024-10-31 Thread John Paul Adrian Glaubitz
Hi Julian, On Thu, 2024-10-31 at 17:57 +, Julian Gilbey wrote: > On Thu, Oct 31, 2024 at 06:22:45PM +0100, John Paul Adrian Glaubitz wrote: > > (Please CC me as I'm not subscribed to this list) > > > > Hello, > > > > I need to override the standard test for pybuild and according to the > >

Unable to set custom test command for pybuild

2024-10-31 Thread John Paul Adrian Glaubitz
(Please CC me as I'm not subscribed to this list) Hello, I need to override the standard test for pybuild and according to the manpage [1] this is achieved by passing "--test-custom" to pybuild. Unfortunately, it's actually not saying where exactly the parameter needs to go. I tried setting it