gentoo/dev-python/boltons/files/boltons-21.0.0-python3.11-tests.patch
Ionen Wolkens 54efb0cbca
dev-python/boltons: enable py3.11
Unconditionally disable test_exception_info, failing for the same
reason it does when pytest-qt is loaded and has no consequence.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-05-13 10:50:28 -04:00

8 lines
267 B
Diff

object.__getstate__ was added in 3.11 (bpo-26579) and the test is unaware
--- a/tests/test_dictutils.py
+++ b/tests/test_dictutils.py
@@ -476,2 +476,3 @@
'__getitem__',
+ '__getstate__',
'__gt__',