mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-06-04 16:27:33 -07:00
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>
8 lines
267 B
Diff
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__',
|