From 922bd7c08c3ab9ac4ebde792be600413abcc7c72 Mon Sep 17 00:00:00 2001 From: iElectric Date: Thu, 10 Jun 2010 16:32:28 +0200 Subject: note about scripttest==1.0.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 12265d2..c3330a8 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,8 @@ except ImportError: use_setuptools() from setuptools import setup, find_packages - -test_requirements = ['nose >= 0.10', 'ScriptTest==1.0.1'] +# NOTE: scripttest 1.0.2 removes base_path argument to ScriptTest +test_requirements = ['nose >= 0.10', 'ScriptTest==1.0.1'] required_deps = ['sqlalchemy >= 0.5', 'decorator', 'tempita'] readme_file = open(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'README')) -- cgit v1.2.1