Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
do-not-run-test_proxy_attribute.patch | Avoid FTBFS It's looking like this test doesn't work. I'm just skipping it pending some more investigation. =================================================================== |
Thomas Goirand <zigo@debian.org> | no | debian | 2014-07-26 | |
Fix_classmethod_tests_with_Python_3.13.patch | Fix classmethod tests with Python 3.13+ Fixes https://github.com/GrahamDumpleton/wrapt/issues/259 . To fix the same failures on Python 3.9, they were adjusted in the past. For details see https://github.com/GrahamDumpleton/wrapt/issues/160 . However, Python 3.13 reverted the change from 3.9, so this adds an upper bound for the conditionals. . To make the conditionals easier to read, the if-else branches were switched. diff --git a/tests/test_outer_classmethod.py b/tests/test_outer_classmethod.py index ab807646..c08d34a5 100644 |
Miro Hron <miro@hroncok.cz> | no | upstream, https://github.com/GrahamDumpleton/wrapt/pull/260/commits/185f1f2692a64f7b908b98a25d890b951a12c3c7 | 2024-09-12 |