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-warnings-into-errors.patch | Don't turn deprecation warnings into errors | Ole Streicher <olebole@debian.org> | no | 2024-04-11 | ||
Account-for-np.bincount-expecting-arch-specific-np.intp.patch | Account for np.bincount expecting arch-specific np.intp in remove_objects_by_distance. |
=?utf-8?q?Lars_Gr=C3=BCter?= <lagru@mailbox.org> | no | 2024-07-02 | ||
Try-np.can_cast-based-solution.patch | Try np.can_cast based solution | =?utf-8?q?Lars_Gr=C3=BCter?= <lagru@mailbox.org> | no | 2024-07-02 | ||
Ignore-RuntimeWarnings-in-tests.patch | Ignore RuntimeWarnings in tests These 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-07-05 | ||
0020-Skip-failing-tests-on-mips64el.patch | Skip failing tests on mips64el | Jochen Sprickerhof <jspricke@debian.org> | no | 2024-10-10 | ||
0021-_parse_docs-handle-change-to-docstring-indentation-i.patch | _parse_docs: handle change to docstring indentation in Python 3.13 | Adam Williamson <awilliam@redhat.com> | no | 2024-06-18 | ||
0022-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 | ||
0023-Intersphinx-link-to-packaged-docs.patch | Intersphinx link to packaged docs | "Michael R. Crusoe" <crusoe@debian.org> | not-needed | 2024-10-14 |