[Zodb-checkins] CVS: StandaloneZConfig/ZConfig/tests - runtests.py:1.5

Fred L. Drake, Jr. fred at zope.com
Mon Apr 12 12:06:39 EDT 2004


Update of /cvs-repository/StandaloneZConfig/ZConfig/tests
In directory cvs.zope.org:/tmp/cvs-serv5268

Modified Files:
	runtests.py 
Log Message:
remove another turd for Python 2.1/2.2 support


=== StandaloneZConfig/ZConfig/tests/runtests.py 1.4 => 1.5 ===
--- StandaloneZConfig/ZConfig/tests/runtests.py:1.4	Fri Jan  2 13:48:32 2004
+++ StandaloneZConfig/ZConfig/tests/runtests.py	Mon Apr 12 12:06:38 2004
@@ -32,16 +32,9 @@
     "ZConfig.tests": TESTDIR,
     "ZConfig.components.basic.tests": os.path.join(COMPONENTS,
                                                    "basic", "tests"),
+    "ZConfig.components.logger.tests": os.path.join(COMPONENTS,
+                                                    "logger", "tests"),
     }
-
-try:
-    import logging
-except ImportError:
-    print >>sys.stderr, \
-          "'logging' not available; skipping logger component tests"
-else:
-    TESTDIRS["ZConfig.components.logger.tests"] = os.path.join(
-        COMPONENTS, "logger", "tests")
 
 
 def load_tests(pkgname, name):




More information about the Zodb-checkins mailing list