aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/manuel/files/manuel-1.5.0-rm_zope_test.patch')
-rw-r--r--dev-python/manuel/files/manuel-1.5.0-rm_zope_test.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/manuel/files/manuel-1.5.0-rm_zope_test.patch b/dev-python/manuel/files/manuel-1.5.0-rm_zope_test.patch
deleted file mode 100644
index 741910b..0000000
--- a/dev-python/manuel/files/manuel-1.5.0-rm_zope_test.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ur manuel-1.5.0.orig/src/manuel/tests.py manuel-1.5.0/src/manuel/tests.py
---- src/manuel/tests.py 2011-03-09 09:33:11.000000000 +0800
-+++ src/manuel/tests.py 2012-04-27 21:40:45.653694740 +0800
-@@ -9,7 +9,7 @@
- import os.path
- import re
- import unittest
--import zope.testing.renormalizing
-+#import zope.testing.renormalizing
-
- doctest = manuel.absolute_import('doctest')
-
-@@ -52,7 +52,7 @@
- optionflags = doctest.NORMALIZE_WHITESPACE | doctest.ELLIPSIS
-
- m = manuel.ignore.Manuel()
-- m += manuel.doctest.Manuel(optionflags=optionflags, checker=checker)
-+# m += manuel.doctest.Manuel(optionflags=optionflags, checker=checker)
- m += manuel.codeblock.Manuel()
- m += manuel.capture.Manuel()
- m += manuel.testcase.SectionManuel()