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 a40f833..13b0171 100755
--- a/cheetah/Tests/Test.py
+++ b/cheetah/Tests/Test.py
@@ -20,7 +20,6 @@ import Template
import Cheps
import Regressions
import Unicode
-import VerifyType
import CheetahWrapper
SyntaxAndOutput.install_eols()
@@ -33,7 +32,6 @@ suites = [
#unittest.findTestCases(Cheps),
unittest.findTestCases(Regressions),
unittest.findTestCases(Unicode),
- unittest.findTestCases(VerifyType),
]
if not sys.platform.startswith('java'):