summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/vertex/files/vertex-0.1-tests-2.2-compat.patch')
-rw-r--r--dev-python/vertex/files/vertex-0.1-tests-2.2-compat.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/vertex/files/vertex-0.1-tests-2.2-compat.patch b/dev-python/vertex/files/vertex-0.1-tests-2.2-compat.patch
deleted file mode 100644
index 91cbd1e65b0e..000000000000
--- a/dev-python/vertex/files/vertex-0.1-tests-2.2-compat.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: trunk/Vertex/vertex/test/test_sslverify.py
-===================================================================
---- trunk/Vertex/vertex/test/test_sslverify.py (revision 25)
-+++ trunk/Vertex/vertex/test/test_sslverify.py (revision 3972)
-@@ -167,5 +167,6 @@
- # can actually pass.
- errors = log.flushErrors(SSL.Error)
-- self.assertEquals(len(errors), 2)
-+ # This assertion is no longer correct on Twisted trunk.
-+ # self.assertEquals(len(errors), 2)
-
- def testFailedCertificateVerification(self):
-@@ -183,5 +184,6 @@
- self.failIf(sSuccess)
- errors = log.flushErrors(SSL.Error)
-- self.assertEquals(len(errors), 2)
-+ # This assertion is no longer correct on Twisted trunk.
-+ # self.assertEquals(len(errors), 2)
-
- def testSuccessfulCertificateVerification(self):