Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Make_unittests_loadable.patch | UnitTest cannot be run at all without CCM Because this third party module is imported from __init__ files breaking nose while analysing available test (so --ignore-file cannot help) |
Adam Cecile <acecile@le-vert.net> | no | 2021-02-04 | ||
Disable_GitHub_links_in_doc.patch | Disable_GitHub_links_in_doc | Adam Cecile <acecile@le-vert.net> | no | 2021-02-04 | ||
0003-Skip-tests-that-fails-on-i386-arch.patch | Skip tests that fails on i386 arch This test fail on i386 arch. This is a hotfix to try to have a new upstream release before Debian Freeze. Need investigation. |
Emmanuel Arias <eamanu@yaerobi.com> | yes | upstream | 2021-02-04 | |
0005-Skip-test_multi_timer_validation-flaky-test.patch | Skip test_multi_timer_validation flaky test | Emmanuel Arias <eamanu@yaerobi.com> | yes | debian upstream | 2022-05-26 | |
0006-relax_vesioned_cython_dependency.patch | Relax versioned Depends from cython | Andreas Tille <tille@debian.org> | no | debian | 2024-01-27 | |
drop-nose-sure | no | |||||
0007-Remove-trailing-from-python_version-if-any.patch | Remove trailing '+' from python_version, if any Fix the following test failure: ``` _ ERROR collecting .pybuild/cpython3_3.12_cassandra/build/tests/unit/io/test_asyncorereactor.py _ tests/unit/io/test_asyncorereactor.py:65: in <module> has_asyncore = Version(platform.python_version()) < Version("3.12.0") /usr/lib/python3/dist-packages/packaging/version.py:202: in __init__ raise InvalidVersion(f"Invalid version: '{version}'") E packaging.version.InvalidVersion: Invalid version: '3.12.7+' ``` Reported at https://bugs.debian.org/1087011 |
Arnaud Rebillout <arnaudr@kali.org> | no | 2024-11-08 |