Debian Patches

Status for skimage/0.25.1-1

Patch Description Author Forwarded Bugs Origin Last update
Skip-failing-test-on-big-endian-architectures.patch Skip failing test on big endian architectures Andreas Tille <tille@debian.org> no 2017-08-17
Disable-test-that-requires-local-server.patch Disable test that requires local server
While the required package (python3-pytest-localserver) is available
on Debian, this test fails during the startup of the localserver:

```
skimage/io/_io.py:47: in imread
with file_or_url_context(fname) as fname:
/usr/lib/python3.8/contextlib.py:113: in __enter__
return next(self.gen)
skimage/io/util.py:28: in file_or_url_context
u = urllib.request.urlopen(resource_name)
/usr/lib/python3.8/urllib/request.py:222: in urlopen
return opener.open(url, data, timeout)
/usr/lib/python3.8/urllib/request.py:525: in open
response = self._open(req, data)
/usr/lib/python3.8/urllib/request.py:542: in _open
result = self._call_chain(self.handle_open, protocol, protocol +
/usr/lib/python3.8/urllib/request.py:502: in _call_chain
result = func(*args)
/usr/lib/python3.8/urllib/request.py:1348: in http_open
return self.do_open(http.client.HTTPConnection, req)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <urllib.request.HTTPHandler object at 0x7fabb4e020a0>
http_class = <class 'http.client.HTTPConnection'>
req = <urllib.request.Request object at 0x7fabb463b0d0>, http_conn_args = {}
host = '127.0.0.1:9', h = <http.client.HTTPConnection object at 0x7fabb463b2b0>

def do_open(self, http_class, req, **http_conn_args):
[...]
try:
try:
h.request(req.get_method(), req.selector, req.data, headers,
encode_chunked=req.has_header('Transfer-encoding'))
except OSError as err: # timeout error
> raise URLError(err)
E urllib.error.URLError: <urlopen error [Errno 111] Connection refused>
```
Ole Streicher <olebole@debian.org> no 2024-06-20
Disable-binder-reference.patch Disable binder reference Ole Streicher <olebole@debian.org> no 2020-06-25
Skip-tests-that-need-the-python3-pooch-package-and-intern.patch Skip tests that need the python3-pooch package and internet connection

python3-pooch is not available yet (RFS #968470)
Ole Streicher <olebole@debian.org> no 2020-12-16
Replace-myst-parser-by-recommonmark.patch Replace myst-parser by recommonmark
myst-parser is not available in Debian
Ole Streicher <olebole@debian.org> no 2020-12-16
Pragmatically-mark-tests-xfail-that-fail-on-mipsel.patch Pragmatically mark tests xfail that fail on mipsel Ole Streicher <olebole@debian.org> no 2023-01-04
Remove-reference-to-example-that-required-dask.patch Remove reference to example that required dask Ole Streicher <olebole@debian.org> no 2023-01-15
Disable-test_lab_lch_roundtrip_dtypes.patch Disable test_lab_lch_roundtrip_dtypes
fails on s390x
https://github.com/scikit-image/scikit-image/issues/6670
Ole Streicher <olebole@debian.org> no 2023-01-17
Use-Python3-versions-of-python-and-cython-in-build.patch Use Python3 versions of python and cython in build Ole Streicher <olebole@debian.org> no 2023-06-25
Don-t-try-to-write-random.js.patch Don't try to write random.js Ole Streicher <olebole@debian.org> no 2023-06-25
Remove-version-switch-in-docs.patch Remove version switch in docs Ole Streicher <olebole@debian.org> no 2023-06-25
Skip-stability-tests-that-fails-no-many-platforms.patch Skip stability tests that fails no many platforms Ole Streicher <olebole@debian.org> no 2023-07-11
Skip-16-bit-roundtrip-PNG-test.patch Skip 16-bit roundtrip PNG test
https://github.com/scikit-image/scikit-image/issues/6994
Ole Streicher <olebole@debian.org> no 2023-07-11
Don-t-fail-on-passed-tests-that-were-marked-as-xfail.patch Don't fail on passed tests that were marked as xfail Ole Streicher <olebole@debian.org> no 2023-10-04
Remove-sphinx_gallery-dependency.patch Remove sphinx_gallery dependency Ole Streicher <olebole@debian.org> no 2023-12-11
Don-t-turn-deprecation-and-runtime-warnings-into-errors.patch Don't turn deprecation and runtime warnings into errors
Runtime warnings often appear on mips64el. While they may be useful for developers,
we just need not know whether the tests pass
Ole Streicher <olebole@debian.org> no 2024-04-11
Skip-failing-tests-on-mips64el.patch Skip failing tests on mips64el Jochen Sprickerhof <jspricke@debian.org> no 2024-10-10
Don-t-use-the-pydata_sphinx_theme.patch Don't use the pydata_sphinx_theme "Michael R. Crusoe" <crusoe@debian.org> no 2024-10-14
skimage-skip-some-failure-tests-on-loong64-temporarily.patch FTBFS test failures on loong64 zhangdandan <zhangdandan@loongson.cn> no debian 2024-12-05
Adopt-to-numpy-2.2.patch Adopt to numpy 2.2
Remove copy keyword from brief.py
Ole Streicher <olebole@debian.org> no 2025-01-30
IGnore-UserWarning-for-missing-pyamg.patch IGnore UserWarning for missing pyamg
pyamg is not packaged for Debian yet.
Ole Streicher <olebole@debian.org> no 2025-01-30
Remove-intersphinx_registry-dependency.patch Remove intersphinx_registry dependency
The intersphinx_registry Python package is not available in Debian.
Ole Streicher <olebole@debian.org> no 2025-01-30

All known versions for source package 'skimage'

Links