Ben Greiner

Results 199 comments of Ben Greiner

Since I only use it for testing skyfield after the build process, the GitHub archive from a designated commit has been sufficient for me: https://build.opensuse.org/request/show/1161329

See https://github.com/nteract/papermill/commit/cb2eb378d51b954c74f31f7be110c8caa691423a According to the changelog, moto removed the mock_s3 decorator. It is all mock_aws now.

Please also pin anyio in pyproject.toml or even better make it compatible with the anyio 4 changes: https://anyio.readthedocs.io/en/stable/versionhistory.html > BACKWARDS INCOMPATIBLE Changes to cancellation semantics: > Any exceptions raising out...

> Same problem to update opensuse tumbleweed: `Problem: the to be installed python311-watchfiles-0.21.0-2.1.x86_64 requires '(python311-anyio >= 3.0.0 with python311-anyio < 4)', but this requirement cannot be provided` That's why I...

I see these errors with scikit-image 0.23.2, numpy 2.0.0rc1 and pywavelet 1.6.0: ``` [ 84s] =================================== FAILURES =================================== [ 84s] _______ test_wavelet_denoising_scaling[True-True-int16-2d multichannel] ________ [ 84s] [gw3] linux -- Python...

As a contributor to the maintenance of the openSUSE Tumbleweed Linux Python Stack, I wholeheartedly agree. https://build.opensuse.org/request/show/1138316

```diff From HEAD Mon Sep 17 00:00:00 2001 From: Hypothesis 6.82.7 Date: Tue, 29 Aug 2023 19:15:37 Subject: [PATCH] Hypothesis: add explicit examples --- --- tests/integration/test_hypothesmith.py +++ tests/integration/test_hypothesmith.py @@ -89,6...

What exactly are you trying to accomplish by packaging it yourself? The ['official' specfile for python-scikit-build](https://build.opensuse.org/package/view_file/openSUSE:Factory/python-scikit-build/python-scikit-build.spec?expand=1) on openSUSE leaves out these tests for exactly this reason: ```specfile %check # setup.py...

Okay here is how [I proposed](https://build.opensuse.org/request/show/810663) to fix it in the openSUSE package: - Create an empty custom sitelib in `/tmp/fakepythonroot/usr/lib/python*/site-packages` - Add the following `setup.cfg` to the three failing...