Breaking changes in pytest 8

2024-01-08 Thread Timo Röhling
Hi, I recently uploaded the pre-release pytest 8.0.0~rc1 to experimental as an early warning for the breaking changes which typically happen on major version bumps. I've attached a dd-list of packages which exhibit autopkgtest regressions [1], with the intent of MBF'ing (with separate

yapsy: ModuleNotFoundError: No module named 'imp'

2024-01-08 Thread Andreas Tille
Hi Thibauld, Debian has packaged yapsy. We try to migrate to Python3.12. When testing yapsy with Python3.12 in our CI[1] it fails with: testActivationAndDeactivation (test.test_SimplePlugin.SimpleTestCase.testActivationAndDeactivation) Test if the activation procedure works. ... Unable to

Re: sentry-python

2024-01-08 Thread Gregor Riepl
Hi Eberhard, Is anyone working on updating sentry-python to prevent autoremoval due to #1058422 ? I did some debugging/testing, because this bug affects our Cura packages, but I didn't get very far. The root

sentry-python

2024-01-08 Thread Eberhard Beilharz
Is anyone working on updating sentry-python to prevent autoremoval due to #1058422 ? Thanks,     Eberhard OpenPGP_0xE9140597606020D3.asc Description: OpenPGP public key OpenPGP_signature.asc Description:

Re: sphinx-build module not found in sbuild

2024-01-08 Thread Jérémy Lal
Le lun. 8 janv. 2024 à 13:46, Julian Gilbey a écrit : > On Mon, Jan 08, 2024 at 01:22:54PM +0100, Jérémy Lal wrote: > > Hi, > > I'm stuck at this odd behavior: > > when I build a package in my current environment (debian/testing), > > sphinx-build ... works correctly. > > when building in

Re: sphinx-build module not found in sbuild

2024-01-08 Thread Julian Gilbey
On Mon, Jan 08, 2024 at 01:22:54PM +0100, Jérémy Lal wrote: > Hi, > I'm stuck at this odd behavior: > when I build a package in my current environment (debian/testing), > sphinx-build ... works correctly. > when building in sbuild, sphinx-build doesn't find current module: > ModuleNotFoundError:

sphinx-build module not found in sbuild

2024-01-08 Thread Jérémy Lal
Hi, I'm stuck at this odd behavior: when I build a package in my current environment (debian/testing), sphinx-build ... works correctly. when building in sbuild, sphinx-build doesn't find current module: ModuleNotFoundError: No module named 'xxx' in docs/conf.py at from xxx import __version__