electrum: How to enable autopkgtest?

2024-10-29 Thread Soren Stoutner
I recently requested the upstream maintainers add the tests directory to their signed tarball releases. I am now in the process of trying to enable those tests in the Debian package. I added a Build-Depend on "python3-pytest ” and added “Testsuite: autopkgtest-pkg-pybuild” to debian/control.

Re: Request to join the Debian Python Team

2024-10-29 Thread Louis-Philippe Véronneau
On 2024-10-27 12 h 19 p.m., 陈 晟祺 wrote: Hi all, I would like to join the Debian Python Team on salsa. My username is @harry. I am currently a DM and have been maintaining several packages[1]. I would like to maintain some new packages along with the team, like virtualbmc (#1086153). I have rea

Re: Questions about inconsistencies in the documentation

2024-10-29 Thread Soren Stoutner
Does anyone have any comments on making the documentation more consistent? On Monday, September 16, 2024 1:59:09 PM MST Soren Stoutner wrote: > While reading over the documentation I noticed a couple of inconsistencies. > > 1. > https://salsa.debian.org/python-team/tools/python-modules/blob/maste

Re: electrum: How to enable autopkgtest?

2024-10-29 Thread Andrey Rakhmatullin
On Tue, Oct 29, 2024 at 11:11:44PM -0700, Soren Stoutner wrote: > > > I added a Build-Depend on "python3-pytest ” and added > > > “Testsuite: > > > autopkgtest-pkg-pybuild” to debian/control. This enables the tests during > > > build time, but I receive the following error during autopkgtest: > >

Re: electrum: How to enable autopkgtest?

2024-10-29 Thread Soren Stoutner
Andrey, On Tuesday, October 29, 2024 10:47:47 PM MST Andrey Rakhmatullin wrote: > On Tue, Oct 29, 2024 at 01:43:50PM -0700, Soren Stoutner wrote: > > I added a Build-Depend on "python3-pytest ” and added “Testsuite: > > autopkgtest-pkg-pybuild” to debian/control. This enables the tests during > >

Re: electrum: How to enable autopkgtest?

2024-10-29 Thread Andrey Rakhmatullin
On Tue, Oct 29, 2024 at 01:43:50PM -0700, Soren Stoutner wrote: > I added a Build-Depend on "python3-pytest ” and added “Testsuite: > autopkgtest-pkg-pybuild” to debian/control. This enables the tests during > build time, but I receive the following error during autopkgtest: > > E ModuleNotFo