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