Debian Patches
Status for testresources/2.0.1-5
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
remove-non-deterministic-ftbfs-testBasicSortTests.patch | Remove non-deterministic FTBFS testBasicSortTests Previously, this test was excluded using nose command: --exclude=testresources.tests.test_optimising_test_suite.TestGraphStuff.testBasicSortTests Though this created #834964, so I'm now just removing the test from the .py file. |
Thomas Goirand <zigo@debian.org> | no | debian | 2016-09-11 | |
python3.10.patch | Use MutableSet collections.abc if available Python 3.10 removed the aliases to collections.abc from the collections module. See [1] for reference. [1] https://docs.python.org/3/whatsnew/3.10.html#removed |
Athos Ribeiro <athos.ribeiro@canonical.com> | no | 2021-12-09 | ||
python3.12.patch | Refactor failIf to assertFalse for Python 3.12 Compatibility This commit replaces deprecated failIf calls with assertFalse in the test_resourced_test_case.py file. The failIf method was removed in Python 3.12 [1-3]. . [1] https://docs.python.org/3.12/whatsnew/3.12.html#removed [2] https://github.com/python/cpython/issues/89325 [3] https://github.com/python/cpython/pull/28268 |
Petr Vaněk <arkamar@atlas.cz> | yes | debian upstream | upstream, https://github.com/testing-cabal/testresources/pull/15 | 2023-11-30 |