aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-twisted/disable-test-missing-ckeygen.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-twisted/disable-test-missing-ckeygen.patch')
-rw-r--r--community/py3-twisted/disable-test-missing-ckeygen.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/py3-twisted/disable-test-missing-ckeygen.patch b/community/py3-twisted/disable-test-missing-ckeygen.patch
index 95a603561f3..1fffa6ba34d 100644
--- a/community/py3-twisted/disable-test-missing-ckeygen.patch
+++ b/community/py3-twisted/disable-test-missing-ckeygen.patch
@@ -31,16 +31,3 @@ index e6927b4..62958dc 100644
def test_enumrepresentation(self):
"""
L{enumrepresentation} takes a dictionary as input and returns a
-diff --git a/src/twisted/test/test_failure.py b/src/twisted/test/test_failure.py
-index 53f8f77..4e0b7ab 100644
---- a/src/twisted/test/test_failure.py
-+++ b/src/twisted/test/test_failure.py
-@@ -22,7 +22,7 @@ from twisted.python import failure
- from twisted.trial.unittest import SynchronousTestCase
-
-
--from cython_test_exception_raiser import raiser
-+raiser = None
-
-
- def getDivisionFailure(*args, **kwargs):