summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheetah/Tests/Test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cheetah/Tests/Test.py b/cheetah/Tests/Test.py
index 080f4fa..fe97ff4 100755
--- a/cheetah/Tests/Test.py
+++ b/cheetah/Tests/Test.py
@@ -21,7 +21,6 @@ import Template
import CheetahWrapper
import Regressions
import Unicode
-import VerifyType
suites = [
unittest.findTestCases(SyntaxAndOutput),
@@ -29,7 +28,6 @@ suites = [
unittest.findTestCases(Template),
unittest.findTestCases(Regressions),
unittest.findTestCases(Unicode),
- unittest.findTestCases(VerifyType),
]
if not sys.platform.startswith('java'):