Debian Patches

Status for skimage/0.26.0-3

Patch Description Author Forwarded Bugs Origin Last update
DOC-Disable-binder-reference.patch DOC: Disable binder reference Ole Streicher <olebole@debian.org> no 2020-06-25
DOC-Don-t-try-to-write-random.js.patch DOC: Don't try to write random.js Ole Streicher <olebole@debian.org> no 2023-06-25
TST-Don-t-turn-deprecation-and-runtime-warnings-into-erro.patch TST: 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

Also ignore UserWarning for missing pyamg and don't fail on passed
tests that were marked as xfail
Ole Streicher <olebole@debian.org> no 2024-04-11
TST-Disable-test-that-requires-local-server.patch TST: 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
TST-Skip-tests-that-need-the-python3-pooch-package-and-in.patch TST: 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
BLD-Use-Python3-versions-of-python-and-cython-in-build.patch BLD: Use Python3 versions of python and cython in build Ole Streicher <olebole@debian.org> no 2023-06-25
DOC-Remove-version-switch-in-docs.patch DOC: Remove version switch in docs Ole Streicher <olebole@debian.org> no 2023-06-25
DOC-Remove-intersphinx_registry-dependency.patch DOC: Remove intersphinx_registry dependency
The intersphinx_registry Python package is not available in Debian.
Ole Streicher <olebole@debian.org> no 2025-01-30
TST-Add-data-files-required-for-tests.patch TST: Add data files required for tests Ole Streicher <olebole@debian.org> no 2026-01-30
TST-Skip-failing-test-on-big-endian-architectures.patch TST: Skip failing test on big endian architectures Andreas Tille <tille@debian.org> no 2017-08-17
DOC-Remove-reference-to-example-that-required-dask.patch DOC: Remove reference to example that required dask Ole Streicher <olebole@debian.org> no 2023-01-15
TST-Pragmatically-mark-tests-xfail-that-fail-on-loong64-o.patch TST: Pragmatically mark tests xfail that fail on loong64, mipsel64 or ppc64el Ole Streicher <olebole@debian.org> no 2023-01-04
TST-Skip-xfail-known-problems.patch TST: Skip/xfail known problems Ole Streicher <olebole@debian.org> no 2025-02-22

All known versions for source package 'skimage'

Links