From f09e32372da5a4fbf2aa3e41127062d4eb656d23 Mon Sep 17 00:00:00 2001 From: utahta Date: Mon, 11 Jul 2011 00:01:20 +0900 Subject: [PATCH] update --- tests/test_04_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_04_install.py b/tests/test_04_install.py index e033ebe..6d0cd17 100644 --- a/tests/test_04_install.py +++ b/tests/test_04_install.py @@ -2,7 +2,7 @@ from tests import TESTPY_VERSION class InstallOptions(object): force = True - no_test = False + no_test = True verbose = False configure = "" no_setuptools = False