2024-05-03 19:58:25 +02:00
|
|
|
---
|
|
|
|
src/twisted/test/test_failure.py | 3 ++-
|
|
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
|
2024-09-25 17:12:23 +02:00
|
|
|
Index: twisted-24.3.0/src/twisted/test/test_failure.py
|
2024-05-03 19:58:25 +02:00
|
|
|
===================================================================
|
2024-09-25 17:12:23 +02:00
|
|
|
--- twisted-24.3.0.orig/src/twisted/test/test_failure.py
|
|
|
|
+++ twisted-24.3.0/src/twisted/test/test_failure.py
|
|
|
|
@@ -18,7 +18,8 @@ from types import TracebackType
|
|
|
|
from typing import Any, Generator
|
2024-05-03 19:58:25 +02:00
|
|
|
from unittest import skipIf
|
|
|
|
|
2024-09-25 17:12:23 +02:00
|
|
|
-from cython_test_exception_raiser import raiser
|
|
|
|
+# from cython_test_exception_raiser import raiser
|
2024-05-03 19:58:25 +02:00
|
|
|
+raiser = None
|
|
|
|
|
|
|
|
from twisted.python import failure, reflect
|
|
|
|
from twisted.trial.unittest import SynchronousTestCase
|