Re: [PATCH core-updates] gnu: python-pytest: Fix failing test_raising_repr.

2023-04-15 Thread Andreas Enge
Am Sat, Apr 15, 2023 at 09:59:00PM +0200 schrieb Andreas Enge: > I will try to revert the commit that updates pytest and apply yours instead > to see if this is the safer route. It was, in this way I get a working python-numpy on x86_64 and i686. I think we should be rather conservative now. The

Re: [PATCH core-updates] gnu: python-pytest: Fix failing test_raising_repr.

2023-04-15 Thread Andreas Enge
Hello Josselin, Am Sat, Apr 15, 2023 at 04:08:18PM +0200 schrieb Josselin Poiret: > This should also fix it without bumping python-pytest to a new version (since > it > has so many dependents, don't want to introduce new breakage now). in the meantime Maxim updated pytest to the latest version,

Re: [PATCH core-updates] gnu: python-pytest: Fix failing test_raising_repr.

2023-04-15 Thread Kaelyn
--- Original Message --- On Saturday, April 15th, 2023 at 2:08 PM, Josselin Poiret wrote: > > * gnu/packages/patches/pytest-fix-unstrable-exception-test.patch: Add new > patch from upstream. > * gnu/packages/check.scm (python-pytest): Use it. > * gnu/local.mk (dist_patch_DATA):

[PATCH core-updates] gnu: python-pytest: Fix failing test_raising_repr.

2023-04-15 Thread Josselin Poiret
* gnu/packages/patches/pytest-fix-unstrable-exception-test.patch: Add new patch from upstream. * gnu/packages/check.scm (python-pytest): Use it. * gnu/local.mk (dist_patch_DATA): Register it. --- Hey Andreas and Kaelyn, This should also fix it without bumping python-pytest to a new version (since