Commit ad798db1 authored by regebro's avatar regebro

Got rid of remove zope.testing.doctest

git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@114917 62d5b8a3-27da-0310-9561-8e5933582275
parent 6bd62343
......@@ -14,6 +14,7 @@ eggs =
zc.buildout
zc.recipe.egg
z3c.recipe.scripts
zope.testing
# Tests that can be run wo a network
[oltest]
......
......@@ -11,7 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
from zope.testing import doctest
import doctest
from zope.testing import renormalizing
import os
import pkg_resources
......
......@@ -11,8 +11,8 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
import os, re, subprocess, sys, textwrap, unittest
from zope.testing import doctest, renormalizing
import os, re, subprocess, sys, textwrap, unittest, doctest
from zope.testing import renormalizing
import zc.buildout.tests
import zc.buildout.testing
......
......@@ -17,8 +17,8 @@ import zc.buildout.tests
import zc.buildout.testselectingpython
import zc.buildout.testing
import unittest
from zope.testing import doctest, renormalizing
import unittest, doctest
from zope.testing import renormalizing
# We do not explicitly test the recipe support for the ``eggs``,
# ``find-links``, and ``index`` options because they are used for most or
......
......@@ -17,8 +17,8 @@ import zc.buildout.tests
import zc.buildout.testselectingpython
import zc.buildout.testing
import unittest
from zope.testing import doctest, renormalizing
import unittest, doctest
from zope.testing import renormalizing
os_path_sep = os.path.sep
if os_path_sep == '\\':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment