Re: electrum: How to enable autopkgtest?

2024-10-31 Thread weepingclown
Hi, this is not entirely correct as while '-k' can be used to skip specific tests with 'not ' it can also be used to only include tests matching a specific pattern (in both cases it is just matching the pattern given). It is probably better to rephrase it to something like "The `-k not ` flag c

Re: python-pyinstaller: package naming questions

2024-10-31 Thread Soren Stoutner
I didn’t receive any responses to the below email, so I decided to go with pyinstaller as the source package name, but to still use two binary packages: pyinstaller and python3-pyinstaller. On Friday, October 25, 2024 1:07:53 PM MST Soren Stoutner wrote: > I am in the process of packaging pytho

Re: electrum: How to enable autopkgtest?

2024-10-31 Thread Soren Stoutner
On Thursday, October 31, 2024 1:47:03 PM MST weepingclown wrote: > Hi, > > Sure, I can do that later. The time here now is late and I am quite tired, and > given it is me, I would probably forget to do it later. That is the only > reason why I haven't done it already and left a note here so that

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: electrum: How to enable autopkgtest?

2024-10-31 Thread weepingclown
Hi, Sure, I can do that later. The time here now is late and I am quite tired, and given it is me, I would probably forget to do it later. That is the only reason why I haven't done it already and left a note here so that at least someone will remember it xD Best, Ananthu On 31 October 2024 8

Re: electrum: How to enable autopkgtest?

2024-10-31 Thread Soren Stoutner
On Thursday, October 31, 2024 1:37:22 PM MST weepingclown wrote: > Hi, > > this is not entirely correct as while '-k' can be used to skip specific tests > with 'not ' it can also be used to only include tests matching a > specific pattern (in both cases it is just matching the pattern given). It i

Re: electrum: How to enable autopkgtest?

2024-10-31 Thread Soren Stoutner
On Thursday, October 31, 2024 11:40:28 AM MST Hefee wrote: > Hey, > > > Looking at things more deeply, the underlying cause is that the upstream > > source contains GUI environments for both Linux (Qt) and Android (QML). In > > the build environment, all these files are present (this was the key

Re: electrum: How to enable autopkgtest?

2024-10-31 Thread Soren Stoutner
On Wednesday, October 30, 2024 12:34:39 AM MST Andrey Rakhmatullin wrote: > > Do you think it would be helpful to add that to the wiki at: > > > > https://wiki.debian.org/Python/Pybuild#CUSTOMIZATION > > Yes. > > > Should it replace the information about the -k command or are they > > compliment

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: electrum: How to enable autopkgtest?

2024-10-31 Thread Hefee
Hey, > Looking at things more deeply, the underlying cause is that the upstream > source contains GUI environments for both Linux (Qt) and Android (QML). In > the build environment, all these files are present (this was the key I was > missing). But, in the Debian package, the QML files have bee

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